C# Class TreeEditor.TreeNode

Exibir arquivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Method Details

GetLocalMatrixAtTime() public method

public GetLocalMatrixAtTime ( float time ) : Matrix4x4
time float
return UnityEngine.Matrix4x4

GetPropertiesAtTime() public method

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

GetRadiusAtTime() public method

public GetRadiusAtTime ( float time ) : float
time float
return float

GetScale() public method

public GetScale ( ) : float
return float

GetSurfaceAngleAtTime() public method

public GetSurfaceAngleAtTime ( float time ) : float
time float
return float

TreeNode() public method

public TreeNode ( ) : System
return System

Property Details

angle public_oe property

public float angle
return float

animSeed public_oe property

public float animSeed
return float

baseAngle public_oe property

public float baseAngle
return float

breakOffset public_oe property

public float breakOffset
return float

capRange public_oe property

public float capRange
return float

groupID public_oe property

public int groupID
return int

matrix public_oe property

public Matrix4x4 matrix
return Matrix4x4

offset public_oe property

public float offset
return float

parentID public_oe property

public int parentID
return int

pitch public_oe property

public float pitch
return float

rotation public_oe property

public Quaternion rotation
return Quaternion

scale public_oe property

public float scale
return float

seed public_oe property

public int seed
return int

size public_oe property

public float size
return float

spline public_oe property

public TreeSpline spline
return TreeSpline

triEnd public_oe property

public int triEnd
return int

triStart public_oe property

public int triStart
return int

vertEnd public_oe property

public int vertEnd
return int

vertStart public_oe property

public int vertStart
return int

visible public_oe property

public bool visible
return bool