C# 클래스 Axiom.ParticleSystems.Particle

Class representing a single particle instance.
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Color Axiom.Core.ColorEx
Direction Vector3
Position Vector3
hasOwnDimensions bool
height float
rotationInRadians float
timeToLive float
totalTimeToLive float
width float

보호된 프로퍼티들

프로퍼티 타입 설명
parentSystem ParticleSystem
particleType ParticleType
visual ParticleVisualData

공개 메소드들

메소드 설명
NotifyOwner ( ParticleSystem owner ) : void
NotifyVisualData ( ParticleVisualData vdata ) : void
Particle ( ) : System

Default constructor.

ResetDimensions ( ) : void
SetDimensions ( float width, float height ) : void

메소드 상세

NotifyOwner() 공개 메소드

public NotifyOwner ( ParticleSystem owner ) : void
owner ParticleSystem
리턴 void

NotifyVisualData() 공개 메소드

public NotifyVisualData ( ParticleVisualData vdata ) : void
vdata ParticleVisualData
리턴 void

Particle() 공개 메소드

Default constructor.
public Particle ( ) : System
리턴 System

ResetDimensions() 공개 메소드

public ResetDimensions ( ) : void
리턴 void

SetDimensions() 공개 메소드

public SetDimensions ( float width, float height ) : void
width float
height float
리턴 void

프로퍼티 상세

Color 공개적으로 프로퍼티

public ColorEx,Axiom.Core Color
리턴 Axiom.Core.ColorEx

Direction 공개적으로 프로퍼티

public Vector3 Direction
리턴 Vector3

Position 공개적으로 프로퍼티

public Vector3 Position
리턴 Vector3

hasOwnDimensions 공개적으로 프로퍼티

public bool hasOwnDimensions
리턴 bool

height 공개적으로 프로퍼티

public float height
리턴 float

parentSystem 보호되어 있는 프로퍼티

protected ParticleSystem parentSystem
리턴 ParticleSystem

particleType 보호되어 있는 프로퍼티

protected ParticleType particleType
리턴 ParticleType

rotationInRadians 공개적으로 프로퍼티

public float rotationInRadians
리턴 float

timeToLive 공개적으로 프로퍼티

Time (in seconds) before this particle is destroyed.
public float timeToLive
리턴 float

totalTimeToLive 공개적으로 프로퍼티

Total Time to live, number of seconds of particles natural life
public float totalTimeToLive
리턴 float

visual 보호되어 있는 프로퍼티

protected ParticleVisualData,Axiom.ParticleSystems visual
리턴 ParticleVisualData

width 공개적으로 프로퍼티

public float width
리턴 float