Show / Hide Table of Contents

Class TreeNode

Inheritance
Object
TreeNode
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: TreeEditor
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class TreeNode

Constructors

| Improve this Doc View Source

TreeNode()

Declaration
public TreeNode()

Fields

| Improve this Doc View Source

angle

Declaration
public float angle
Field Value
Type Description
Single
| Improve this Doc View Source

animSeed

Declaration
public float animSeed
Field Value
Type Description
Single
| Improve this Doc View Source

baseAngle

Declaration
public float baseAngle
Field Value
Type Description
Single
| Improve this Doc View Source

breakOffset

Declaration
public float breakOffset
Field Value
Type Description
Single
| Improve this Doc View Source

capRange

Declaration
public float capRange
Field Value
Type Description
Single
| Improve this Doc View Source

groupID

Declaration
public int groupID
Field Value
Type Description
Int32
| Improve this Doc View Source

matrix

Declaration
public Matrix4x4 matrix
Field Value
Type Description
Matrix4x4
| Improve this Doc View Source

offset

Declaration
public float offset
Field Value
Type Description
Single
| Improve this Doc View Source

parentID

Declaration
public int parentID
Field Value
Type Description
Int32
| Improve this Doc View Source

pitch

Declaration
public float pitch
Field Value
Type Description
Single
| Improve this Doc View Source

rotation

Declaration
public Quaternion rotation
Field Value
Type Description
Quaternion
| Improve this Doc View Source

scale

Declaration
public float scale
Field Value
Type Description
Single
| Improve this Doc View Source

seed

Declaration
public int seed
Field Value
Type Description
Int32
| Improve this Doc View Source

size

Declaration
public float size
Field Value
Type Description
Single
| Improve this Doc View Source

spline

Declaration
public TreeSpline spline
Field Value
Type Description
TreeSpline
| Improve this Doc View Source

triEnd

Declaration
public int triEnd
Field Value
Type Description
Int32
| Improve this Doc View Source

triStart

Declaration
public int triStart
Field Value
Type Description
Int32
| Improve this Doc View Source

vertEnd

Declaration
public int vertEnd
Field Value
Type Description
Int32
| Improve this Doc View Source

vertStart

Declaration
public int vertStart
Field Value
Type Description
Int32
| Improve this Doc View Source

visible

Declaration
public bool visible
Field Value
Type Description
Boolean

Properties

| Improve this Doc View Source

uniqueID

Declaration
public int uniqueID { get; set; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

GetLocalMatrixAtTime(Single)

Declaration
public Matrix4x4 GetLocalMatrixAtTime(float time)
Parameters
Type Name Description
Single time
Returns
Type Description
Matrix4x4
| Improve this Doc View Source

GetPropertiesAtTime(Single, out Vector3, out Quaternion, out Single)

Declaration
public void GetPropertiesAtTime(float time, out Vector3 pos, out Quaternion rot, out float rad)
Parameters
Type Name Description
Single time
Vector3 pos
Quaternion rot
Single rad
| Improve this Doc View Source

GetRadiusAtTime(Single)

Declaration
public float GetRadiusAtTime(float time)
Parameters
Type Name Description
Single time
Returns
Type Description
Single
| Improve this Doc View Source

GetScale()

Declaration
public float GetScale()
Returns
Type Description
Single
| Improve this Doc View Source

GetSurfaceAngleAtTime(Single)

Declaration
public float GetSurfaceAngleAtTime(float time)
Parameters
Type Name Description
Single time
Returns
Type Description
Single

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX