Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
(<'Particle, Vertex>)>)>..::..Texture Property
|
|
Get / Set the Texture to use to draw the Particles
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public Texture2D Texture { get; set; }
|
Visual Basic
|
Public Property Texture As Texture2D
Get
Set
|
Visual C++
|
public:
virtual property Texture2D^ Texture {
Texture2D^ get () sealed;
void set (Texture2D^ value) sealed;
}
|
Property Value
Type: Texture2D
Implements
IDPSFParticleSystem..::..Texture
See Also
DPSF<(Of <(<'Particle, Vertex>)>)> Class
DPSF<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace
Send comments on this topic to
|