Show / Hide Table of Contents

Struct MuscleHandle

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 MuscleHandle

Constructors

| Improve this Doc View Source

MuscleHandle(BodyDof)

Declaration
public MuscleHandle(BodyDof bodyDof)
Parameters
Type Name Description
BodyDof bodyDof
| Improve this Doc View Source

MuscleHandle(HeadDof)

Declaration
public MuscleHandle(HeadDof headDof)
Parameters
Type Name Description
HeadDof headDof
| Improve this Doc View Source

MuscleHandle(HumanPartDof, ArmDof)

Declaration
public MuscleHandle(HumanPartDof partDof, ArmDof armDof)
Parameters
Type Name Description
HumanPartDof partDof
ArmDof armDof
| Improve this Doc View Source

MuscleHandle(HumanPartDof, FingerDof)

Declaration
public MuscleHandle(HumanPartDof partDof, FingerDof fingerDof)
Parameters
Type Name Description
HumanPartDof partDof
FingerDof fingerDof
| Improve this Doc View Source

MuscleHandle(HumanPartDof, LegDof)

Declaration
public MuscleHandle(HumanPartDof partDof, LegDof legDof)
Parameters
Type Name Description
HumanPartDof partDof
LegDof legDof

Properties

| Improve this Doc View Source

dof

Declaration
public int dof { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

humanPartDof

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

muscleHandleCount

Declaration
public static int muscleHandleCount { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

name

Declaration
public string name { get; }
Property Value
Type Description
String

Methods

GetMuscleHandles(MuscleHandle[])

Declaration
public static void GetMuscleHandles(MuscleHandle[] muscleHandles)
Parameters
Type Name Description
MuscleHandle[] muscleHandles

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