Class BoneInfoBasic
- Namespace
- VoxelPlayground.Ragdoll
- Assembly
- GamePlay.dll
public class BoneInfoBasic
- Inheritance
-
objectBoneInfoBasic
Constructors
BoneInfoBasic()
public BoneInfoBasic()
BoneInfoBasic(string)
public BoneInfoBasic(string name)
Parameters
namestring
Fields
boneName
public string boneName
Field Value
- string
bonePosition
public BonePosition bonePosition
Field Value
boneShape
public BoneShape boneShape
Field Value
children
public string[] children
Field Value
- string[]
mirrorName
public string mirrorName
Field Value
- string
Methods
Clone()
public object Clone()
Returns
- object