- Namespace
- Atavism
- Base Types
-
- object
- Derived Types
graph BT
Type-->Base0["object"]
Type["AtavismPathInterpolator"]
class Type type-node
Derived0["PathSpline"]-->Type
click Derived0 "/docs/client_api_10.4.0/api/Atavism/PathSpline"
Derived1["PathLinear"]-->Type
click Derived1 "/docs/client_api_10.4.0/api/Atavism/PathLinear"
Syntax
public abstract class AtavismPathInterpolator
Constructors
Fields
| Name | Constant Value | Summary |
|---|---|---|
| oid | ||
| path | ||
| speed | ||
| startTime | ||
| startTimeUsed | ||
| terrainString | ||
| totalTime |
Properties
| Name | Value | Summary |
|---|---|---|
| Oid | long | |
| Speed | float | |
| StartTime | float | |
| TerrainString | string | |
| TotalTime | float |
Methods
| Name | Value | Summary |
|---|---|---|
| Interpolate |
PathLocAndDir | |
| StringPath |
string | |
| ZeroYIfOnTerrain |
Vector3 |