A particle in the particle system.
More...
A particle in the particle system.
Definition at line 12 of file Particle.cs.
SiliconStudio.Paradox.Particles.Particle.Particle |
( |
IntPtr |
pointer | ) |
|
Gets the specified field value.
- Template Parameters
-
- Parameters
-
fieldAccessor | The field accessor. |
- Returns
- The field value.
Definition at line 27 of file Particle.cs.
Gets the specified field value.
- Template Parameters
-
- Parameters
-
fieldAccessor | The field accessor. |
- Returns
- The field value.
Definition at line 60 of file Particle.cs.
void SiliconStudio.Paradox.Particles.Particle.Set< T > |
( |
ParticleFieldAccessor |
fieldAccessor, |
|
|
ref T |
value |
|
) |
| |
Sets the specified field value.
- Template Parameters
-
- Parameters
-
fieldAccessor | The field accessor. |
value | The field value. |
Definition at line 38 of file Particle.cs.
Sets the specified field value.
- Template Parameters
-
- Parameters
-
fieldAccessor | The field accessor. |
value | The field value. |
Definition at line 49 of file Particle.cs.
void SiliconStudio.Paradox.Particles.Particle.Set< T > |
( |
ParticleFieldAccessor< T > |
fieldAccessor, |
|
|
ref T |
value |
|
) |
| |
Sets the specified field value.
- Template Parameters
-
- Parameters
-
fieldAccessor | The field accessor. |
value | The field value. |
Definition at line 71 of file Particle.cs.
void SiliconStudio.Paradox.Particles.Particle.Set< T > |
( |
ParticleFieldAccessor< T > |
fieldAccessor, |
|
|
T |
value |
|
) |
| |
Sets the specified field value.
- Template Parameters
-
- Parameters
-
fieldAccessor | The field accessor. |
value | The field value. |
Definition at line 82 of file Particle.cs.
readonly IntPtr SiliconStudio.Paradox.Particles.Particle.Pointer |
Gets the pointer to the specifield field.
The field pointer, as an IntPtr.
- Parameters
-
fieldAccessor | The field accessor. |
- Returns
- The field pointer.
Definition at line 96 of file Particle.cs.
The documentation for this struct was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/engine/SiliconStudio.Paradox.Engine/Particles/Particle.cs