Свойство | Type | Description | |
---|---|---|---|
GetMeshes | int | ||
INTERNAL_get_pivot | void | ||
INTERNAL_set_pivot | void | ||
Internal_GetEnabledVertexStreams | ParticleSystemVertexStreams | ||
Internal_GetMeshCount | int | ||
Internal_SetVertexStreams | void | ||
SetMeshes | void |
Méthode | Description | |
---|---|---|
AreVertexStreamsEnabled ( ParticleSystemVertexStreams streams ) : bool |
Query whether the particle system renderer uses a particular set of vertex streams.
|
|
DisableVertexStreams ( ParticleSystemVertexStreams streams ) : void |
Disable a set of vertex shader streams on the particle system renderer. The position stream is always enabled, and any attempts to remove it will be ignored.
|
|
EnableVertexStreams ( ParticleSystemVertexStreams streams ) : void |
Enable a set of vertex shader streams on the particle system renderer.
|
|
GetEnabledVertexStreams ( ParticleSystemVertexStreams streams ) : ParticleSystemVertexStreams |
Query whether the particle system renderer uses a particular set of vertex streams.
|
|
SetMeshes ( |
Set an array of meshes used as particles instead of a billboarded texture.
|
Méthode | Description | |
---|---|---|
GetMeshes ( |
||
INTERNAL_get_pivot ( |
||
INTERNAL_set_pivot ( |
||
Internal_GetEnabledVertexStreams ( ParticleSystemVertexStreams streams ) : ParticleSystemVertexStreams | ||
Internal_GetMeshCount ( ) : int | ||
Internal_SetVertexStreams ( ParticleSystemVertexStreams streams, bool enabled ) : void | ||
SetMeshes ( |
public AreVertexStreamsEnabled ( ParticleSystemVertexStreams streams ) : bool | ||
streams | ParticleSystemVertexStreams | Streams to query. |
Résultat | bool |
public DisableVertexStreams ( ParticleSystemVertexStreams streams ) : void | ||
streams | ParticleSystemVertexStreams | Streams to disable. |
Résultat | void |
public EnableVertexStreams ( ParticleSystemVertexStreams streams ) : void | ||
streams | ParticleSystemVertexStreams | Streams to enable. |
Résultat | void |
public GetEnabledVertexStreams ( ParticleSystemVertexStreams streams ) : ParticleSystemVertexStreams | ||
streams | ParticleSystemVertexStreams | Streams to query. |
Résultat | ParticleSystemVertexStreams |
public SetMeshes ( |
||
meshes | Array of meshes to be used. | |
Résultat | void |