C# 클래스 ProjectStorms.Temp_TrapdoorScript

This temp script is used to trigger the trapdoor -- replace this with Animation when ready. Most of this script was copied off the 'HingeJointScript'.
상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: patferguson/Storms-Project

공개 프로퍼티들

프로퍼티 타입 설명
controller AirshipControlBehaviour
flipDirection bool
maxRotationInDegrees float

공개 메소드들

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

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

SetAxis() 공개 메소드

public SetAxis ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

controller 공개적으로 프로퍼티

public AirshipControlBehaviour,ProjectStorms controller
리턴 AirshipControlBehaviour

flipDirection 공개적으로 프로퍼티

public bool flipDirection
리턴 bool

maxRotationInDegrees 공개적으로 프로퍼티

public float maxRotationInDegrees
리턴 float