C# 클래스 SinglePlayer.SplitGroup

파일 보기 프로젝트 열기: tommai78101/Multiplier 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
elapsedTime float
origin Vector3
owner GameObject
rotationVector Vector3
split GameObject

공개 메소드들

메소드 설명
SplitGroup ( GameObject owner, GameObject split ) : System.Collections.Generic
Update ( ) : void

메소드 상세

SplitGroup() 공개 메소드

public SplitGroup ( GameObject owner, GameObject split ) : System.Collections.Generic
owner GameObject
split GameObject
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

elapsedTime 공개적으로 프로퍼티

public float elapsedTime
리턴 float

origin 공개적으로 프로퍼티

public Vector3 origin
리턴 Vector3

owner 공개적으로 프로퍼티

public GameObject owner
리턴 GameObject

rotationVector 공개적으로 프로퍼티

public Vector3 rotationVector
리턴 Vector3

split 공개적으로 프로퍼티

public GameObject split
리턴 GameObject