C# Class Reign.Video.Abstraction.SoftwareVertexBoneGroup

Show file Open project: reignstudios/ReignSDK

Public Properties

Property Type Description
Index int
Weight float

Public Methods

Method Description
SoftwareVertexBoneGroup ( int index, float weight ) : System.Collections.Generic

Method Details

SoftwareVertexBoneGroup() public method

public SoftwareVertexBoneGroup ( int index, float weight ) : System.Collections.Generic
index int
weight float
return System.Collections.Generic

Property Details

Index public property

public int Index
return int

Weight public property

public float Weight
return float