C# 클래스 Quelea.SurfaceEmitterType

상속: AbstractEmitterType
파일 보기 프로젝트 열기: lxfschr/Quelea 1 사용 예제들

공개 메소드들

메소드 설명
Duplicate ( ) : IGH_Goo
Equals ( SurfaceEmitterType p ) : bool
Equals ( object obj ) : bool
GetBoundingBox ( ) : Rhino.Geometry.BoundingBox
GetHashCode ( ) : int
SurfaceEmitterType ( ) : Quelea.Util
SurfaceEmitterType ( Rhino.Geometry.Surface srf ) : Quelea.Util
SurfaceEmitterType ( Rhino.Geometry.Surface srf, bool continuousFlow, int creationRate, int numAgents, Vector3d velocityMin, Vector3d velocityMax ) : Quelea.Util
SurfaceEmitterType ( SurfaceEmitterType e ) : Quelea.Util
ToString ( ) : string

보호된 메소드들

메소드 설명
GetEmittionPoint ( ) : Point3d

메소드 상세

Duplicate() 공개 메소드

public Duplicate ( ) : IGH_Goo
리턴 IGH_Goo

Equals() 공개 메소드

public Equals ( SurfaceEmitterType p ) : bool
p SurfaceEmitterType
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetBoundingBox() 공개 메소드

public GetBoundingBox ( ) : Rhino.Geometry.BoundingBox
리턴 Rhino.Geometry.BoundingBox

GetEmittionPoint() 보호된 메소드

protected GetEmittionPoint ( ) : Point3d
리턴 Point3d

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SurfaceEmitterType() 공개 메소드

public SurfaceEmitterType ( ) : Quelea.Util
리턴 Quelea.Util

SurfaceEmitterType() 공개 메소드

public SurfaceEmitterType ( Rhino.Geometry.Surface srf ) : Quelea.Util
srf Rhino.Geometry.Surface
리턴 Quelea.Util

SurfaceEmitterType() 공개 메소드

public SurfaceEmitterType ( Rhino.Geometry.Surface srf, bool continuousFlow, int creationRate, int numAgents, Vector3d velocityMin, Vector3d velocityMax ) : Quelea.Util
srf Rhino.Geometry.Surface
continuousFlow bool
creationRate int
numAgents int
velocityMin Vector3d
velocityMax Vector3d
리턴 Quelea.Util

SurfaceEmitterType() 공개 메소드

public SurfaceEmitterType ( SurfaceEmitterType e ) : Quelea.Util
e SurfaceEmitterType
리턴 Quelea.Util

ToString() 공개 메소드

public ToString ( ) : string
리턴 string