C# 클래스 MovingPlatformController

상속: MonoBehaviour
파일 보기 프로젝트 열기: macgyver13/globalgamejam2016 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
lookHorizontally bool
lookVertically bool
rayDistance float
returnToOrigin bool
reverseInitialLookDirection bool
rotate bool
rotationAngles Vector3
speed float
sticky bool
time float

Private Properties

프로퍼티 타입 설명
AdjustPosition Vector2
GetWallPosition Vector2

공개 메소드들

메소드 설명
ApplyTheSticky ( Collider2D coll, RelativeJoint2D jointToApplyStick ) : void
DestroyTween ( string tweenType ) : void
OnCollisionEnter2D ( Collision2D coll ) : void
Start ( ) : void
StartTween ( Vector3 moveToOrRotatePosition, string tweenType ) : void
TweenCompleted ( ) : void

비공개 메소드들

메소드 설명
AdjustPosition ( Vector2 movePosition ) : Vector2
GetWallPosition ( ) : Vector2

메소드 상세

ApplyTheSticky() 공개 메소드

public ApplyTheSticky ( Collider2D coll, RelativeJoint2D jointToApplyStick ) : void
coll UnityEngine.Collider2D
jointToApplyStick UnityEngine.RelativeJoint2D
리턴 void

DestroyTween() 공개 메소드

public DestroyTween ( string tweenType ) : void
tweenType string
리턴 void

OnCollisionEnter2D() 공개 메소드

public OnCollisionEnter2D ( Collision2D coll ) : void
coll Collision2D
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartTween() 공개 메소드

public StartTween ( Vector3 moveToOrRotatePosition, string tweenType ) : void
moveToOrRotatePosition Vector3
tweenType string
리턴 void

TweenCompleted() 공개 메소드

public TweenCompleted ( ) : void
리턴 void

프로퍼티 상세

lookHorizontally 공개적으로 프로퍼티

public bool lookHorizontally
리턴 bool

lookVertically 공개적으로 프로퍼티

public bool lookVertically
리턴 bool

rayDistance 공개적으로 프로퍼티

public float rayDistance
리턴 float

returnToOrigin 공개적으로 프로퍼티

public bool returnToOrigin
리턴 bool

reverseInitialLookDirection 공개적으로 프로퍼티

public bool reverseInitialLookDirection
리턴 bool

rotate 공개적으로 프로퍼티

public bool rotate
리턴 bool

rotationAngles 공개적으로 프로퍼티

public Vector3 rotationAngles
리턴 Vector3

speed 공개적으로 프로퍼티

public float speed
리턴 float

sticky 공개적으로 프로퍼티

public bool sticky
리턴 bool

time 공개적으로 프로퍼티

public float time
리턴 float