Struct ChildMotion
  
  
  
  
  
  Assembly: UnityEditor.dll
  Syntax
  
    public struct ChildMotion
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  cycleOffset
  
  
  Declaration
  
    public float cycleOffset { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  directBlendParameter
  
  
  Declaration
  
    public string directBlendParameter { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  mirror
  
  
  Declaration
  
    public bool mirror { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  motion
  
  
  Declaration
  
    public Motion motion { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  position
  
  
  Declaration
  
    public Vector2 position { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  threshold
  
  
  Declaration
  
    public float threshold { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  timeScale
  
  
  Declaration
  
    public float timeScale { get; set; }
   
  Property Value
  
  Extension Methods