Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
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:
property Texture2D^ Texture {
Texture2D^ get ();
void set (Texture2D^ value);
}
|
Property Value
Type: Texture2D
See Also
DPSFDefaultEffect Class
DPSFDefaultEffect Members
DPSF Namespace
Send comments on this topic to
|