Namespace: DeltaEngine.GraphicsAssembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
public Matrix[] TransformsOfBones { get; set; }
public Matrix[] TransformsOfBones { get; set; }
Public Property TransformsOfBones As Matrix()
Get
Set
Public Property TransformsOfBones As Matrix()
Get
Set
public:
property array<Matrix>^ TransformsOfBones {
array<Matrix>^ get ();
void set (array<Matrix>^ value);
}
public:
property array<Matrix>^ TransformsOfBones {
array<Matrix>^ get ();
void set (array<Matrix>^ value);
}
member TransformsOfBones : Matrix[] with get, set
member TransformsOfBones : Matrix[] with get, set
Property Value
Type:
Matrix