Class ModelImporterClipAnimation
Inheritance
ModelImporterClipAnimation
Assembly: UnityEditor.dll
Syntax
[Serializable]
public sealed class ModelImporterClipAnimation
Properties
|
Improve this Doc
View Source
additiveReferencePoseFrame
Declaration
public float additiveReferencePoseFrame { get; set; }
Property Value
|
Improve this Doc
View Source
curves
Declaration
public ClipAnimationInfoCurve[] curves { get; set; }
Property Value
|
Improve this Doc
View Source
cycleOffset
Declaration
public float cycleOffset { get; set; }
Property Value
|
Improve this Doc
View Source
events
Declaration
public AnimationEvent[] events { get; set; }
Property Value
|
Improve this Doc
View Source
firstFrame
Declaration
public float firstFrame { get; set; }
Property Value
|
Improve this Doc
View Source
hasAdditiveReferencePose
Declaration
public bool hasAdditiveReferencePose { get; set; }
Property Value
|
Improve this Doc
View Source
heightFromFeet
Declaration
public bool heightFromFeet { get; set; }
Property Value
|
Improve this Doc
View Source
heightOffset
Declaration
public float heightOffset { get; set; }
Property Value
|
Improve this Doc
View Source
keepOriginalOrientation
Declaration
public bool keepOriginalOrientation { get; set; }
Property Value
|
Improve this Doc
View Source
keepOriginalPositionXZ
Declaration
public bool keepOriginalPositionXZ { get; set; }
Property Value
|
Improve this Doc
View Source
keepOriginalPositionY
Declaration
public bool keepOriginalPositionY { get; set; }
Property Value
|
Improve this Doc
View Source
lastFrame
Declaration
public float lastFrame { get; set; }
Property Value
|
Improve this Doc
View Source
lockRootHeightY
Declaration
public bool lockRootHeightY { get; set; }
Property Value
|
Improve this Doc
View Source
lockRootPositionXZ
Declaration
public bool lockRootPositionXZ { get; set; }
Property Value
|
Improve this Doc
View Source
lockRootRotation
Declaration
public bool lockRootRotation { get; set; }
Property Value
|
Improve this Doc
View Source
loop
Declaration
public bool loop { get; set; }
Property Value
|
Improve this Doc
View Source
loopPose
Declaration
public bool loopPose { get; set; }
Property Value
|
Improve this Doc
View Source
loopTime
Declaration
public bool loopTime { get; set; }
Property Value
|
Improve this Doc
View Source
maskNeedsUpdating
Declaration
public bool maskNeedsUpdating { get; }
Property Value
|
Improve this Doc
View Source
maskSource
Declaration
public AvatarMask maskSource { get; set; }
Property Value
|
Improve this Doc
View Source
maskType
Declaration
public ClipAnimationMaskType maskType { get; set; }
Property Value
|
Improve this Doc
View Source
mirror
Declaration
public bool mirror { get; set; }
Property Value
|
Improve this Doc
View Source
name
Declaration
public string name { get; set; }
Property Value
|
Improve this Doc
View Source
rotationOffset
Declaration
public float rotationOffset { get; set; }
Property Value
|
Improve this Doc
View Source
takeName
Declaration
public string takeName { get; set; }
Property Value
|
Improve this Doc
View Source
wrapMode
Declaration
public WrapMode wrapMode { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public void ConfigureClipFromMask(AvatarMask mask)
Parameters
|
Improve this Doc
View Source
Declaration
public void ConfigureMaskFromClip(ref AvatarMask mask)
Parameters
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type |
Name |
Description |
Object |
o |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Extension Methods