C# Class UnityEngine.ParticleSystemRenderer

Inheritance: Renderer
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Свойство Type Description
GetMeshes int
INTERNAL_get_pivot void
INTERNAL_set_pivot void
Internal_GetEnabledVertexStreams ParticleSystemVertexStreams
Internal_GetMeshCount int
Internal_SetVertexStreams void
SetMeshes void

Méthodes publiques

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 ( Mesh meshes ) : void

Set an array of meshes used as particles instead of a billboarded texture.

Private Methods

Méthode Description
GetMeshes ( Mesh meshes ) : int
INTERNAL_get_pivot ( Vector3 &value ) : void
INTERNAL_set_pivot ( Vector3 &value ) : void
Internal_GetEnabledVertexStreams ( ParticleSystemVertexStreams streams ) : ParticleSystemVertexStreams
Internal_GetMeshCount ( ) : int
Internal_SetVertexStreams ( ParticleSystemVertexStreams streams, bool enabled ) : void
SetMeshes ( Mesh meshes, int size ) : void

Method Details

AreVertexStreamsEnabled() public méthode

Query whether the particle system renderer uses a particular set of vertex streams.

public AreVertexStreamsEnabled ( ParticleSystemVertexStreams streams ) : bool
streams ParticleSystemVertexStreams Streams to query.
Résultat bool

DisableVertexStreams() public méthode

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.

public DisableVertexStreams ( ParticleSystemVertexStreams streams ) : void
streams ParticleSystemVertexStreams Streams to disable.
Résultat void

EnableVertexStreams() public méthode

Enable a set of vertex shader streams on the particle system renderer.

public EnableVertexStreams ( ParticleSystemVertexStreams streams ) : void
streams ParticleSystemVertexStreams Streams to enable.
Résultat void

GetEnabledVertexStreams() public méthode

Query whether the particle system renderer uses a particular set of vertex streams.

public GetEnabledVertexStreams ( ParticleSystemVertexStreams streams ) : ParticleSystemVertexStreams
streams ParticleSystemVertexStreams Streams to query.
Résultat ParticleSystemVertexStreams

SetMeshes() public méthode

Set an array of meshes used as particles instead of a billboarded texture.

public SetMeshes ( Mesh meshes ) : void
meshes Mesh Array of meshes to be used.
Résultat void