Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Get / Set the View Matrix to use for drawing 3D Particles.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
Matrix View { get; set; }
|
Visual Basic
|
Property View As Matrix
Get
Set
|
Visual C++
|
property Matrix View {
Matrix get ();
void set (Matrix value);
}
|
Property Value
Type: Matrix
See Also
IDPSFParticleSystem Interface
IDPSFParticleSystem Members
DPSF Namespace
Send comments on this topic to
|