Show / Hide Table of Contents

Class ModelImporterClipAnimation

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

Properties

| Improve this Doc View Source

additiveReferencePoseFrame

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

curves

Declaration
public ClipAnimationInfoCurve[] curves { get; set; }
Property Value
Type Description
ClipAnimationInfoCurve[]
| Improve this Doc View Source

cycleOffset

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

events

Declaration
public AnimationEvent[] events { get; set; }
Property Value
Type Description
AnimationEvent[]
| Improve this Doc View Source

firstFrame

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

hasAdditiveReferencePose

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

heightFromFeet

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

heightOffset

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

keepOriginalOrientation

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

keepOriginalPositionXZ

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

keepOriginalPositionY

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

lastFrame

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

lockRootHeightY

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

lockRootPositionXZ

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

lockRootRotation

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

loop

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

loopPose

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

loopTime

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

maskNeedsUpdating

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

maskSource

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

maskType

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

mirror

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

name

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

rotationOffset

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

takeName

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

wrapMode

Declaration
public WrapMode wrapMode { get; set; }
Property Value
Type Description
WrapMode

Methods

| Improve this Doc View Source

ConfigureClipFromMask(AvatarMask)

Declaration
public void ConfigureClipFromMask(AvatarMask mask)
Parameters
Type Name Description
AvatarMask mask
| Improve this Doc View Source

ConfigureMaskFromClip(ref AvatarMask)

Declaration
public void ConfigureMaskFromClip(ref AvatarMask mask)
Parameters
Type Name Description
AvatarMask mask
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object o)
Parameters
Type Name Description
Object o
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()

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