C# 클래스 BehaviorDesigner.Runtime.Tasks.Movement.GroupMovement

상속: Action
파일 보기 프로젝트 열기: lukeshark/UnityProjects

보호된 메소드들

메소드 설명
SetDestination ( int index, Vector3 target ) : bool
Velocity ( int index ) : Vector3

메소드 상세

SetDestination() 보호된 추상적인 메소드

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

Velocity() 보호된 추상적인 메소드

protected abstract Velocity ( int index ) : Vector3
index int
리턴 Vector3