C# 클래스 TronTrailSection, VRCubeSword

파일 보기 프로젝트 열기: VirsixInc/VRCubeSword 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
point Vector3
time float
upDir Vector3

공개 메소드들

메소드 설명
TronTrailSection ( ) : System.Collections
TronTrailSection ( Vector3 p, float t ) : System.Collections

메소드 상세

TronTrailSection() 공개 메소드

public TronTrailSection ( ) : System.Collections
리턴 System.Collections

TronTrailSection() 공개 메소드

public TronTrailSection ( Vector3 p, float t ) : System.Collections
p Vector3
t float
리턴 System.Collections

프로퍼티 상세

point 공개적으로 프로퍼티

public Vector3 point
리턴 Vector3

time 공개적으로 프로퍼티

public float time
리턴 float

upDir 공개적으로 프로퍼티

public Vector3 upDir
리턴 Vector3