Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
(<'Particle, Vertex>)>)>..::..WorldViewProjection Property
|
|
Gets the result of multiplying the World, View, and Projection matrices.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public Matrix WorldViewProjection { get; }
|
Visual Basic
|
Public ReadOnly Property WorldViewProjection As Matrix
Get
|
Visual C++
|
public:
virtual property Matrix WorldViewProjection {
Matrix get () sealed;
}
|
Property Value
Type: Matrix
Implements
IDPSFParticleSystem..::..WorldViewProjection
See Also
DPSF<(Of <(<'Particle, Vertex>)>)> Class
DPSF<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace
Send comments on this topic to
|