Show / Hide Table of Contents

Class KeyframeExtensions

Inheritance
System.Object
KeyframeExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class KeyframeExtensions

Fields

| Improve this Doc View Source

DefaultFloatWeight

Declaration
public const float DefaultFloatWeight = 0.333333343F
Field Value
Type Description
System.Single

Methods

| Improve this Doc View Source

SetValues(IKeyframe_Quaternionf, UnityVersion, Single, Quaternion, Quaternion)

Declaration
public static void SetValues(this IKeyframe_Quaternionf keyframe, UnityVersion version, float time, Quaternion value, Quaternion weight)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.Keyframe_Quaternionf.IKeyframe_Quaternionf keyframe
UnityVersion version
System.Single time
System.Numerics.Quaternion value
System.Numerics.Quaternion weight
| Improve this Doc View Source

SetValues(IKeyframe_Quaternionf, UnityVersion, Single, Quaternion, Quaternion, Quaternion, Quaternion)

Declaration
public static void SetValues(this IKeyframe_Quaternionf keyframe, UnityVersion version, float time, Quaternion value, Quaternion inSlope, Quaternion outSlope, Quaternion weight)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.Keyframe_Quaternionf.IKeyframe_Quaternionf keyframe
UnityVersion version
System.Single time
System.Numerics.Quaternion value
System.Numerics.Quaternion inSlope
System.Numerics.Quaternion outSlope
System.Numerics.Quaternion weight
| Improve this Doc View Source

SetValues(IKeyframe_Quaternionf, UnityVersion, Single, Quaternion, Quaternion, Quaternion, Single)

Declaration
public static void SetValues(this IKeyframe_Quaternionf keyframe, UnityVersion version, float time, Quaternion value, Quaternion inSlope, Quaternion outSlope, float weight)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.Keyframe_Quaternionf.IKeyframe_Quaternionf keyframe
UnityVersion version
System.Single time
System.Numerics.Quaternion value
System.Numerics.Quaternion inSlope
System.Numerics.Quaternion outSlope
System.Single weight
| Improve this Doc View Source

SetValues(IKeyframe_Quaternionf, UnityVersion, Single, Quaternion, Quaternion, Quaternion, Single, Single, Single, Single)

Declaration
public static void SetValues(this IKeyframe_Quaternionf keyframe, UnityVersion version, float time, Quaternion value, Quaternion inSlope, Quaternion outSlope, float weightX, float weightY, float weightZ, float weightW)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.Keyframe_Quaternionf.IKeyframe_Quaternionf keyframe
UnityVersion version
System.Single time
System.Numerics.Quaternion value
System.Numerics.Quaternion inSlope
System.Numerics.Quaternion outSlope
System.Single weightX
System.Single weightY
System.Single weightZ
System.Single weightW
| Improve this Doc View Source

SetValues(IKeyframe_Quaternionf, UnityVersion, Single, Quaternion, Single)

Declaration
public static void SetValues(this IKeyframe_Quaternionf keyframe, UnityVersion version, float time, Quaternion value, float weight)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.Keyframe_Quaternionf.IKeyframe_Quaternionf keyframe
UnityVersion version
System.Single time
System.Numerics.Quaternion value
System.Single weight
| Improve this Doc View Source

SetValues(IKeyframe_Quaternionf, UnityVersion, Single, Quaternion, Single, Single, Single, Single)

Declaration
public static void SetValues(this IKeyframe_Quaternionf keyframe, UnityVersion version, float time, Quaternion value, float weightX, float weightY, float weightZ, float weightW)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.Keyframe_Quaternionf.IKeyframe_Quaternionf keyframe
UnityVersion version
System.Single time
System.Numerics.Quaternion value
System.Single weightX
System.Single weightY
System.Single weightZ
System.Single weightW
| Improve this Doc View Source

SetValues(IKeyframe_Single, UnityVersion, Single, Single, Single)

Declaration
public static void SetValues(this IKeyframe_Single keyframe, UnityVersion version, float time, float value, float weight)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.Keyframe_Single.IKeyframe_Single keyframe
UnityVersion version
System.Single time
System.Single value
System.Single weight
| Improve this Doc View Source

SetValues(IKeyframe_Single, UnityVersion, Single, Single, Single, Single, Single)

Declaration
public static void SetValues(this IKeyframe_Single keyframe, UnityVersion version, float time, float value, float inSlope, float outSlope, float weight)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.Keyframe_Single.IKeyframe_Single keyframe
UnityVersion version
System.Single time
System.Single value
System.Single inSlope
System.Single outSlope
System.Single weight
| Improve this Doc View Source

SetValues(IKeyframe_Vector3f, UnityVersion, Single, IVector3f, IVector3f)

Declaration
public static void SetValues(this IKeyframe_Vector3f keyframe, UnityVersion version, float time, IVector3f value, IVector3f weight)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.Keyframe_Vector3f.IKeyframe_Vector3f keyframe
UnityVersion version
System.Single time
AssetRipper.SourceGenerated.Subclasses.Vector3f.IVector3f value
AssetRipper.SourceGenerated.Subclasses.Vector3f.IVector3f weight
| Improve this Doc View Source

SetValues(IKeyframe_Vector3f, UnityVersion, Single, IVector3f, IVector3f, IVector3f, IVector3f)

Declaration
public static void SetValues(this IKeyframe_Vector3f keyframe, UnityVersion version, float time, IVector3f value, IVector3f inSlope, IVector3f outSlope, IVector3f weight)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.Keyframe_Vector3f.IKeyframe_Vector3f keyframe
UnityVersion version
System.Single time
AssetRipper.SourceGenerated.Subclasses.Vector3f.IVector3f value
AssetRipper.SourceGenerated.Subclasses.Vector3f.IVector3f inSlope
AssetRipper.SourceGenerated.Subclasses.Vector3f.IVector3f outSlope
AssetRipper.SourceGenerated.Subclasses.Vector3f.IVector3f weight
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾