Struct SetPathDestinationData<T>
Namespace: RTSEngine.Movement
Assembly: cs.temp.dll.dll
Syntax
public struct SetPathDestinationData<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
destination
Declaration
public Vector3 destination
Field Value
| Type | Description |
|---|---|
| Vector3 |
mvtSource
Declaration
public MovementSource mvtSource
Field Value
| Type | Description |
|---|---|
| MovementSource |
offsetRadius
Declaration
public float offsetRadius
Field Value
| Type | Description |
|---|---|
| System.Single |
source
Declaration
public T source
Field Value
| Type | Description |
|---|---|
| T |
target
Declaration
public IEntity target
Field Value
| Type | Description |
|---|---|
| IEntity |