Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Get / Set the Content Manager to use to load Textures and Effects.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
ContentManager ContentManager { get; set; }
|
Visual Basic
|
Property ContentManager As ContentManager
Get
Set
|
Visual C++
|
property ContentManager^ ContentManager {
ContentManager^ get ();
void set (ContentManager^ value);
}
|
Property Value
Type: ContentManager
See Also
IDPSFParticleSystem Interface
IDPSFParticleSystem Members
DPSF Namespace
Send comments on this topic to
|