C# 클래스 UnityEngine.ParticleSystemRenderer

상속: Renderer
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetMeshes int
INTERNAL_get_pivot void
INTERNAL_set_pivot void
Internal_GetEnabledVertexStreams ParticleSystemVertexStreams
Internal_GetMeshCount int
Internal_SetVertexStreams void
SetMeshes void

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

AreVertexStreamsEnabled() 공개 메소드

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

public AreVertexStreamsEnabled ( ParticleSystemVertexStreams streams ) : bool
streams ParticleSystemVertexStreams Streams to query.
리턴 bool

DisableVertexStreams() 공개 메소드

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.
리턴 void

EnableVertexStreams() 공개 메소드

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

public EnableVertexStreams ( ParticleSystemVertexStreams streams ) : void
streams ParticleSystemVertexStreams Streams to enable.
리턴 void

GetEnabledVertexStreams() 공개 메소드

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

public GetEnabledVertexStreams ( ParticleSystemVertexStreams streams ) : ParticleSystemVertexStreams
streams ParticleSystemVertexStreams Streams to query.
리턴 ParticleSystemVertexStreams

SetMeshes() 공개 메소드

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.
리턴 void