C# 클래스 WaveOculusDemoProject.Components.TrailSetting

Trail properties
파일 보기 프로젝트 열기: WaveEngine/Samples 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentTime double
ExpirationTime double
Finished bool
NextPointTime double
Points List
Thickness float
TimeStep double
Transform Transform3D

공개 메소드들

메소드 설명
Reset ( ) : void

메소드 상세

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

CurrentTime 공개적으로 프로퍼티

public double CurrentTime
리턴 double

ExpirationTime 공개적으로 프로퍼티

public double ExpirationTime
리턴 double

Finished 공개적으로 프로퍼티

public bool Finished
리턴 bool

NextPointTime 공개적으로 프로퍼티

public double NextPointTime
리턴 double

Points 공개적으로 프로퍼티

public List Points
리턴 List

Thickness 공개적으로 프로퍼티

public float Thickness
리턴 float

TimeStep 공개적으로 프로퍼티

public double TimeStep
리턴 double

Transform 공개적으로 프로퍼티

public Transform3D Transform
리턴 Transform3D