Namespace: DeltaEngine.Graphics.VerticesAssembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
public SkinningData(
int firstIndex,
int secondIndex,
float firstWeight,
float secondWeight
)
public SkinningData(
int firstIndex,
int secondIndex,
float firstWeight,
float secondWeight
)
Public Sub New (
firstIndex As Integer,
secondIndex As Integer,
firstWeight As Single,
secondWeight As Single
)
Public Sub New (
firstIndex As Integer,
secondIndex As Integer,
firstWeight As Single,
secondWeight As Single
)
public:
SkinningData(
int firstIndex,
int secondIndex,
float firstWeight,
float secondWeight
)
public:
SkinningData(
int firstIndex,
int secondIndex,
float firstWeight,
float secondWeight
)
new :
firstIndex : int *
secondIndex : int *
firstWeight : float32 *
secondWeight : float32 -> SkinningData
new :
firstIndex : int *
secondIndex : int *
firstWeight : float32 *
secondWeight : float32 -> SkinningData