Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
(<'Particle, Vertex>)>)>..::..Game Property
|
|
Get the Game object set in the constructor, if one was given.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public Game Game { get; }
|
Visual Basic
|
Public ReadOnly Property Game As Game
Get
|
Visual C++
|
public:
virtual property Game^ Game {
Game^ get () sealed;
}
|
Property Value
Type: Game
Implements
IDPSFParticleSystem..::..Game
See Also
DPSF<(Of <(<'Particle, Vertex>)>)> Class
DPSF<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace
Send comments on this topic to
|