Show / Hide Table of Contents

Struct AnimationHumanStream

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

Properties

| Improve this Doc View Source

bodyLocalPosition

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

bodyLocalRotation

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

bodyPosition

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

bodyRotation

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

humanScale

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

isValid

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

leftFootHeight

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

leftFootVelocity

Declaration
public Vector3 leftFootVelocity { get; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

rightFootHeight

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

rightFootVelocity

Declaration
public Vector3 rightFootVelocity { get; }
Property Value
Type Description
Vector3

Methods

| Improve this Doc View Source

GetGoalLocalPosition(AvatarIKGoal)

Declaration
public Vector3 GetGoalLocalPosition(AvatarIKGoal index)
Parameters
Type Name Description
AvatarIKGoal index
Returns
Type Description
Vector3
| Improve this Doc View Source

GetGoalLocalRotation(AvatarIKGoal)

Declaration
public Quaternion GetGoalLocalRotation(AvatarIKGoal index)
Parameters
Type Name Description
AvatarIKGoal index
Returns
Type Description
Quaternion
| Improve this Doc View Source

GetGoalPosition(AvatarIKGoal)

Declaration
public Vector3 GetGoalPosition(AvatarIKGoal index)
Parameters
Type Name Description
AvatarIKGoal index
Returns
Type Description
Vector3
| Improve this Doc View Source

GetGoalPositionFromPose(AvatarIKGoal)

Declaration
public Vector3 GetGoalPositionFromPose(AvatarIKGoal index)
Parameters
Type Name Description
AvatarIKGoal index
Returns
Type Description
Vector3
| Improve this Doc View Source

GetGoalRotation(AvatarIKGoal)

Declaration
public Quaternion GetGoalRotation(AvatarIKGoal index)
Parameters
Type Name Description
AvatarIKGoal index
Returns
Type Description
Quaternion
| Improve this Doc View Source

GetGoalRotationFromPose(AvatarIKGoal)

Declaration
public Quaternion GetGoalRotationFromPose(AvatarIKGoal index)
Parameters
Type Name Description
AvatarIKGoal index
Returns
Type Description
Quaternion
| Improve this Doc View Source

GetGoalWeightPosition(AvatarIKGoal)

Declaration
public float GetGoalWeightPosition(AvatarIKGoal index)
Parameters
Type Name Description
AvatarIKGoal index
Returns
Type Description
Single
| Improve this Doc View Source

GetGoalWeightRotation(AvatarIKGoal)

Declaration
public float GetGoalWeightRotation(AvatarIKGoal index)
Parameters
Type Name Description
AvatarIKGoal index
Returns
Type Description
Single
| Improve this Doc View Source

GetHintPosition(AvatarIKHint)

Declaration
public Vector3 GetHintPosition(AvatarIKHint index)
Parameters
Type Name Description
AvatarIKHint index
Returns
Type Description
Vector3
| Improve this Doc View Source

GetHintWeightPosition(AvatarIKHint)

Declaration
public float GetHintWeightPosition(AvatarIKHint index)
Parameters
Type Name Description
AvatarIKHint index
Returns
Type Description
Single
| Improve this Doc View Source

GetMuscle(MuscleHandle)

Declaration
public float GetMuscle(MuscleHandle muscle)
Parameters
Type Name Description
MuscleHandle muscle
Returns
Type Description
Single
| Improve this Doc View Source

ResetToStancePose()

Declaration
public void ResetToStancePose()
| Improve this Doc View Source

SetGoalLocalPosition(AvatarIKGoal, Vector3)

Declaration
public void SetGoalLocalPosition(AvatarIKGoal index, Vector3 pos)
Parameters
Type Name Description
AvatarIKGoal index
Vector3 pos
| Improve this Doc View Source

SetGoalLocalRotation(AvatarIKGoal, Quaternion)

Declaration
public void SetGoalLocalRotation(AvatarIKGoal index, Quaternion rot)
Parameters
Type Name Description
AvatarIKGoal index
Quaternion rot
| Improve this Doc View Source

SetGoalPosition(AvatarIKGoal, Vector3)

Declaration
public void SetGoalPosition(AvatarIKGoal index, Vector3 pos)
Parameters
Type Name Description
AvatarIKGoal index
Vector3 pos
| Improve this Doc View Source

SetGoalRotation(AvatarIKGoal, Quaternion)

Declaration
public void SetGoalRotation(AvatarIKGoal index, Quaternion rot)
Parameters
Type Name Description
AvatarIKGoal index
Quaternion rot
| Improve this Doc View Source

SetGoalWeightPosition(AvatarIKGoal, Single)

Declaration
public void SetGoalWeightPosition(AvatarIKGoal index, float value)
Parameters
Type Name Description
AvatarIKGoal index
Single value
| Improve this Doc View Source

SetGoalWeightRotation(AvatarIKGoal, Single)

Declaration
public void SetGoalWeightRotation(AvatarIKGoal index, float value)
Parameters
Type Name Description
AvatarIKGoal index
Single value
| Improve this Doc View Source

SetHintPosition(AvatarIKHint, Vector3)

Declaration
public void SetHintPosition(AvatarIKHint index, Vector3 pos)
Parameters
Type Name Description
AvatarIKHint index
Vector3 pos
| Improve this Doc View Source

SetHintWeightPosition(AvatarIKHint, Single)

Declaration
public void SetHintWeightPosition(AvatarIKHint index, float value)
Parameters
Type Name Description
AvatarIKHint index
Single value
| Improve this Doc View Source

SetLookAtBodyWeight(Single)

Declaration
public void SetLookAtBodyWeight(float weight)
Parameters
Type Name Description
Single weight
| Improve this Doc View Source

SetLookAtClampWeight(Single)

Declaration
public void SetLookAtClampWeight(float weight)
Parameters
Type Name Description
Single weight
| Improve this Doc View Source

SetLookAtEyesWeight(Single)

Declaration
public void SetLookAtEyesWeight(float weight)
Parameters
Type Name Description
Single weight
| Improve this Doc View Source

SetLookAtHeadWeight(Single)

Declaration
public void SetLookAtHeadWeight(float weight)
Parameters
Type Name Description
Single weight
| Improve this Doc View Source

SetLookAtPosition(Vector3)

Declaration
public void SetLookAtPosition(Vector3 lookAtPosition)
Parameters
Type Name Description
Vector3 lookAtPosition
| Improve this Doc View Source

SetMuscle(MuscleHandle, Single)

Declaration
public void SetMuscle(MuscleHandle muscle, float value)
Parameters
Type Name Description
MuscleHandle muscle
Single value
| Improve this Doc View Source

SolveIK()

Declaration
public void SolveIK()

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