C# 클래스 CC.ActionRunner

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: Shakthi/UnityActions 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
actionsToRun List

공개 메소드들

메소드 설명
Setup ( Transform inTarget, CC.Action anAction ) : void
Update ( ) : void

메소드 상세

Setup() 공개 정적인 메소드

public static Setup ( Transform inTarget, CC.Action anAction ) : void
inTarget UnityEngine.Transform
anAction CC.Action
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

actionsToRun 공개적으로 프로퍼티

public List actionsToRun
리턴 List