C# 클래스 TreeEditor.TreeNode

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

공개 프로퍼티들

프로퍼티 타입 설명
angle float
animSeed float
baseAngle float
breakOffset float
capRange float
groupID int
matrix Matrix4x4
offset float
parentID int
pitch float
rotation Quaternion
scale float
seed int
size float
spline TreeSpline
triEnd int
triStart int
vertEnd int
vertStart int
visible bool

공개 메소드들

메소드 설명
GetLocalMatrixAtTime ( float time ) : Matrix4x4
GetPropertiesAtTime ( float time, Vector3 &pos, Quaternion &rot, float &rad ) : void
GetRadiusAtTime ( float time ) : float
GetScale ( ) : float
GetSurfaceAngleAtTime ( float time ) : float
TreeNode ( ) : System

메소드 상세

GetLocalMatrixAtTime() 공개 메소드

public GetLocalMatrixAtTime ( float time ) : Matrix4x4
time float
리턴 UnityEngine.Matrix4x4

GetPropertiesAtTime() 공개 메소드

public GetPropertiesAtTime ( float time, Vector3 &pos, Quaternion &rot, float &rad ) : void
time float
pos Vector3
rot UnityEngine.Quaternion
rad float
리턴 void

GetRadiusAtTime() 공개 메소드

public GetRadiusAtTime ( float time ) : float
time float
리턴 float

GetScale() 공개 메소드

public GetScale ( ) : float
리턴 float

GetSurfaceAngleAtTime() 공개 메소드

public GetSurfaceAngleAtTime ( float time ) : float
time float
리턴 float

TreeNode() 공개 메소드

public TreeNode ( ) : System
리턴 System

프로퍼티 상세

angle 공개적으로 프로퍼티

public float angle
리턴 float

animSeed 공개적으로 프로퍼티

public float animSeed
리턴 float

baseAngle 공개적으로 프로퍼티

public float baseAngle
리턴 float

breakOffset 공개적으로 프로퍼티

public float breakOffset
리턴 float

capRange 공개적으로 프로퍼티

public float capRange
리턴 float

groupID 공개적으로 프로퍼티

public int groupID
리턴 int

matrix 공개적으로 프로퍼티

public Matrix4x4 matrix
리턴 Matrix4x4

offset 공개적으로 프로퍼티

public float offset
리턴 float

parentID 공개적으로 프로퍼티

public int parentID
리턴 int

pitch 공개적으로 프로퍼티

public float pitch
리턴 float

rotation 공개적으로 프로퍼티

public Quaternion rotation
리턴 Quaternion

scale 공개적으로 프로퍼티

public float scale
리턴 float

seed 공개적으로 프로퍼티

public int seed
리턴 int

size 공개적으로 프로퍼티

public float size
리턴 float

spline 공개적으로 프로퍼티

public TreeSpline spline
리턴 TreeSpline

triEnd 공개적으로 프로퍼티

public int triEnd
리턴 int

triStart 공개적으로 프로퍼티

public int triStart
리턴 int

vertEnd 공개적으로 프로퍼티

public int vertEnd
리턴 int

vertStart 공개적으로 프로퍼티

public int vertStart
리턴 int

visible 공개적으로 프로퍼티

public bool visible
리턴 bool