C# 클래스 DrawRope, Obsolete

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

공개 프로퍼티들

프로퍼티 타입 설명
a float
endAnchor Transform
endPoint Vector3
segments int
startAnchor Transform
startPoint Vector3

공개 메소드들

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

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

RedrawRope() 공개 메소드

public RedrawRope ( ) : void
리턴 void

프로퍼티 상세

a 공개적으로 프로퍼티

public float a
리턴 float

endAnchor 공개적으로 프로퍼티

public Transform endAnchor
리턴 Transform

endPoint 공개적으로 프로퍼티

public Vector3 endPoint
리턴 Vector3

segments 공개적으로 프로퍼티

public int segments
리턴 int

startAnchor 공개적으로 프로퍼티

public Transform startAnchor
리턴 Transform

startPoint 공개적으로 프로퍼티

public Vector3 startPoint
리턴 Vector3