C# 클래스 movingPlatformBehavior, Project-ROB

상속: MonoBehaviour
파일 보기 프로젝트 열기: spooty89/Project-ROB

공개 프로퍼티들

프로퍼티 타입 설명
enable bool
maintainUp bool
movingPlatform MovingPlatform,
rotateAround bool
rotationSpeed float
speed float
wayPoints List

공개 메소드들

메소드 설명
Awake ( ) : void
FixedUpdate ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

프로퍼티 상세

enable 공개적으로 프로퍼티

public bool enable
리턴 bool

maintainUp 공개적으로 프로퍼티

public bool maintainUp
리턴 bool

movingPlatform 공개적으로 프로퍼티

public MovingPlatform, movingPlatform
리턴 MovingPlatform,

rotateAround 공개적으로 프로퍼티

public bool rotateAround
리턴 bool

rotationSpeed 공개적으로 프로퍼티

public float rotationSpeed
리턴 float

speed 공개적으로 프로퍼티

public float speed
리턴 float

wayPoints 공개적으로 프로퍼티

public List wayPoints
리턴 List