API Referenceglobal
SmoothDampedclass
Everything you need to smooth damp a Vector3. Just call Update every frame.
object→SmoothDamped
Constructors1
Showing 1 constructors
public SmoothDamped(Vector3 Current, Vector3 Target, float SmoothTime)
Everything you need to smooth damp a Vector3. Just call Update every frame.
| Parameter | Type | Description |
|---|---|---|
| Current | Vector3 | — |
| Target | Vector3 | — |
| SmoothTime | float | — |
No results match this filter.
Methods2
Showing 2 methods
public void Deconstruct(Vector3 Current, Vector3 Target, float SmoothTime)
| Parameter | Type | Description |
|---|---|---|
| Current | Vector3 | — |
| Target | Vector3 | — |
| SmoothTime | float | — |
Returns:
void—public void Update(float timeDelta)
| Parameter | Type | Description |
|---|---|---|
| timeDelta | float | — |
Returns:
void—No results match this filter.
Properties3
Showing 3 properties
public Vector3 Vector3.SmoothDamped.Current { get; set; }
public float Vector3.SmoothDamped.SmoothTime { get; set; }
Returns:
float—public Vector3 Vector3.SmoothDamped.Target { get; set; }
No results match this filter.