C# 클래스 FlatRedBall.Content.Particle.EmitterSaveList

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CoordinateSystem FlatRedBall.Math.CoordinateSystem

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EmitterSaveList ( ) : System
FromEmitterList ( IEnumerable emittersToSave ) : EmitterSaveList
FromFile ( string fileName ) : EmitterSaveList
GetBurstParticleCount ( ) : int
GetEquilibriumParticleCount ( ) : float
GetReferencedFiles ( RelativeType relativeType ) : List

Returns a List of files referenced by this.

InvertZ ( ) : void
MakeAssetsRelative ( string fileName ) : void
Save ( string fileName ) : void
ToEmitterList ( string contentManagerName ) : EmitterList
this ( int key ) : EmitterSave

메소드 상세

EmitterSaveList() 공개 메소드

public EmitterSaveList ( ) : System
리턴 System

FromEmitterList() 공개 정적인 메소드

public static FromEmitterList ( IEnumerable emittersToSave ) : EmitterSaveList
emittersToSave IEnumerable
리턴 EmitterSaveList

FromFile() 공개 정적인 메소드

public static FromFile ( string fileName ) : EmitterSaveList
fileName string
리턴 EmitterSaveList

GetBurstParticleCount() 공개 메소드

public GetBurstParticleCount ( ) : int
리턴 int

GetEquilibriumParticleCount() 공개 메소드

public GetEquilibriumParticleCount ( ) : float
리턴 float

GetReferencedFiles() 공개 메소드

Returns a List of files referenced by this.
public GetReferencedFiles ( RelativeType relativeType ) : List
relativeType RelativeType Whether the files should be absolute or relative.
리턴 List

InvertZ() 공개 메소드

public InvertZ ( ) : void
리턴 void

MakeAssetsRelative() 공개 메소드

public MakeAssetsRelative ( string fileName ) : void
fileName string
리턴 void

Save() 공개 메소드

public Save ( string fileName ) : void
fileName string
리턴 void

ToEmitterList() 공개 메소드

public ToEmitterList ( string contentManagerName ) : EmitterList
contentManagerName string
리턴 EmitterList

this() 공개 메소드

public this ( int key ) : EmitterSave
key int
리턴 EmitterSave

프로퍼티 상세

CoordinateSystem 공개적으로 프로퍼티

public CoordinateSystem,FlatRedBall.Math CoordinateSystem
리턴 FlatRedBall.Math.CoordinateSystem