| Matrix4Item Property (Int32) |
Bracket operator to get the item at a specified index.
The matrix component are accessed in column major.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public float this[
int i
] { get; set; }
public:
property float default[int i] {
float get (int i);
void set (int i, float value);
}
Parameters
- i
- Type: SystemInt32
Property Value
Type:
Single
The item at the specified index.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also