SkinWeights
UnityObjectLink
SkinWeights

enum:/TYPE/UnityEngine.SkinWeights///

Parent

UnityObjectLink

Variables
skinweights::​fourbones
static readonly skinweights::fourbones

enum constant number 2

skinweights::​onebone
static readonly skinweights::onebone

enum constant number 0

skinweights::​twobones
static readonly skinweights::twobones

enum constant number 1

skinweights::​unlimited
static readonly skinweights::unlimited

enum constant number 3

Functions
skinweights::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

skinweights::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.SkinWeights enum
)

no documentation

Parameters
enum
UnityEngine.SkinWeights

an enum of type SkinWeights

Returns

System.Int32

skinweights::​inttoenum
static UnityEngine.SkinWeights IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::SkinWeights::Count()

Returns

UnityEngine.SkinWeights

toint
System.String ToInt()

ToInt, equivalent to UnityEngine::SkinWeights::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to UnityEngine::SkinWeights::EnumToString(enum)

Returns

System.String