C# 클래스 MBParticleHeading, Pharos

상속: MBParameter
파일 보기 프로젝트 열기: rstaewen/Pharos

공개 프로퍼티들

프로퍼티 타입 설명
CurveLifeX UnityEngine.AnimationCurve
CurveLifeY UnityEngine.AnimationCurve
CurveLifeZ UnityEngine.AnimationCurve
Relative bool

공개 메소드들

메소드 설명
OnLifetime ( MBParticle, PT ) : bool
Reset ( ) : void

메소드 상세

OnLifetime() 공개 메소드

public OnLifetime ( MBParticle, PT ) : bool
PT MBParticle,
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

CurveLifeX 공개적으로 프로퍼티

Lifetime heading curve x-axis in degrees
public AnimationCurve,UnityEngine CurveLifeX
리턴 UnityEngine.AnimationCurve

CurveLifeY 공개적으로 프로퍼티

Lifetime heading curve y-axis in degrees
public AnimationCurve,UnityEngine CurveLifeY
리턴 UnityEngine.AnimationCurve

CurveLifeZ 공개적으로 프로퍼티

Lifetime heading curve z-axis in degrees
public AnimationCurve,UnityEngine CurveLifeZ
리턴 UnityEngine.AnimationCurve

Relative 공개적으로 프로퍼티

Whether heading values are relative or absolute
public bool Relative
리턴 bool