Show / Hide Table of Contents

Struct ChildMotion

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Animations
Assembly: UnityEditor.dll
Syntax
public struct ChildMotion

Properties

| Improve this Doc View Source

cycleOffset

Declaration
public float cycleOffset { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

directBlendParameter

Declaration
public string directBlendParameter { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

mirror

Declaration
public bool mirror { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

motion

Declaration
public Motion motion { get; set; }
Property Value
Type Description
Motion
| Improve this Doc View Source

position

Declaration
public Vector2 position { get; set; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

threshold

Declaration
public float threshold { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

timeScale

Declaration
public float timeScale { get; set; }
Property Value
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)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX