C# 클래스 PetalMesh

상속: MonoBehaviour
파일 보기 프로젝트 열기: leapmotion/ImageGrid

공개 프로퍼티들

프로퍼티 타입 설명
firstSegment Collider
flowerCurve UnityEngine.AnimationCurve
growthDelayCurve UnityEngine.AnimationCurve
growthProgress float
lastSegment Collider
morph float
morphCurve UnityEngine.AnimationCurve
numVertices int

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
InitMesh ( ) : void
UpdateMesh ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

firstSegment 공개적으로 프로퍼티

public Collider firstSegment
리턴 Collider

flowerCurve 공개적으로 프로퍼티

public AnimationCurve,UnityEngine flowerCurve
리턴 UnityEngine.AnimationCurve

growthDelayCurve 공개적으로 프로퍼티

public AnimationCurve,UnityEngine growthDelayCurve
리턴 UnityEngine.AnimationCurve

growthProgress 공개적으로 프로퍼티

public float growthProgress
리턴 float

lastSegment 공개적으로 프로퍼티

public Collider lastSegment
리턴 Collider

morph 공개적으로 프로퍼티

public float morph
리턴 float

morphCurve 공개적으로 프로퍼티

public AnimationCurve,UnityEngine morphCurve
리턴 UnityEngine.AnimationCurve

numVertices 공개적으로 프로퍼티

public int numVertices
리턴 int