Summary
Schedules the
FlexiMotion.Modifiers.AccelerationModifier.Job to add to its velocities.- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Modifiers - Containing Type
- AccelerationModifier
Syntax
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public JobHandle ScheduleVelocity(float3 velocity, JobHandle dependsOn = null)
Attributes
| Type | Description |
|---|---|
| MethodImplAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| velocity | float3 | |
| dependsOn | JobHandle |
Return Value
| Type | Description |
|---|---|
| JobHandle |