AddPosition(Vector3)
Adds a position to the trail.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public void AddPosition(Vector3 position)
Parameters
The position to add to the trail.
Remarks
Additional Resources: TrailRenderer.AddPositions function.