C# Class BehaviorDesigner.Runtime.Tasks.Movement.GroupMovement

Inheritance: Action
Show file Open project: lukeshark/UnityProjects

Protected Methods

Method Description
SetDestination ( int index, Vector3 target ) : bool
Velocity ( int index ) : Vector3

Method Details

SetDestination() protected abstract method

protected abstract SetDestination ( int index, Vector3 target ) : bool
index int
target Vector3
return bool

Velocity() protected abstract method

protected abstract Velocity ( int index ) : Vector3
index int
return Vector3