Class TreeNode
  
  
  
  
  
  
  Assembly: UnityEditor.dll
  Syntax
  
    [Serializable]
public class TreeNode
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TreeNode()
  
  
  Declaration
  
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  angle
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  animSeed
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  baseAngle
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  breakOffset
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  capRange
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  groupID
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  matrix
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  offset
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  parentID
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  pitch
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  rotation
  
  
  Declaration
  
    public Quaternion rotation
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  scale
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  seed
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  size
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  spline
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  triEnd
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  triStart
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  vertEnd
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  vertStart
  
  
  Declaration
  
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  visible
  
  
  Declaration
  
  Field Value
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  uniqueID
  
  
  Declaration
  
    public int uniqueID { get; set; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetLocalMatrixAtTime(Single)
  
  
  Declaration
  
    public Matrix4x4 GetLocalMatrixAtTime(float time)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Single | time |  | 
    
  
  Returns
  
  
    |
    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
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetRadiusAtTime(Single)
  
  
  Declaration
  
    public float GetRadiusAtTime(float time)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Single | time |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetScale()
  
  
  Declaration
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetSurfaceAngleAtTime(Single)
  
  
  Declaration
  
    public float GetSurfaceAngleAtTime(float time)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Single | time |  | 
    
  
  Returns
  
  Extension Methods