C# Class FlatRedBall.Content.Particle.EmitterSaveBase

Mostra file Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
AreaEmissionType string
AssetsRelativeToFile bool
BoundedEmission bool
EmissionBoundary Polygon.PolygonSave
EmissionSettings FlatRedBall.Graphics.Particle.EmissionSettingsSave
Name string
NumberPerEmission int
ParentSpriteName string
ParentVelocityChangesEmissionVelocity bool
ParticleBlueprint ParticleBlueprintSave
RelativeX float
RelativeY float
RelativeZ float
RemovalEvent string
RotationChangesParticleAcceleration bool
RotationChangesParticleRotation bool
RotationX float
RotationY float
RotationZ float
ScaleX float
ScaleY float
ScaleZ float
SecondFrequency float
SecondsLasting float
TimedEmission bool
X float
Y float
Z float

Public Methods

Method Description
EmitterSaveBase ( ) : System
InvertHandedness ( ) : void

Method Details

EmitterSaveBase() public method

public EmitterSaveBase ( ) : System
return System

InvertHandedness() public method

public InvertHandedness ( ) : void
return void

Property Details

AreaEmissionType public_oe property

public string AreaEmissionType
return string

AssetsRelativeToFile public_oe property

public bool AssetsRelativeToFile
return bool

BoundedEmission public_oe property

public bool BoundedEmission
return bool

EmissionBoundary public_oe property

public Polygon.PolygonSave EmissionBoundary
return Polygon.PolygonSave

EmissionSettings public_oe property

public EmissionSettingsSave,FlatRedBall.Graphics.Particle EmissionSettings
return FlatRedBall.Graphics.Particle.EmissionSettingsSave

Name public_oe property

public string Name
return string

NumberPerEmission public_oe property

public int NumberPerEmission
return int

ParentSpriteName public_oe property

public string ParentSpriteName
return string

ParentVelocityChangesEmissionVelocity public_oe property

public bool ParentVelocityChangesEmissionVelocity
return bool

ParticleBlueprint public_oe property

public ParticleBlueprintSave,FlatRedBall.Content.Particle ParticleBlueprint
return ParticleBlueprintSave

RelativeX public_oe property

public float RelativeX
return float

RelativeY public_oe property

public float RelativeY
return float

RelativeZ public_oe property

public float RelativeZ
return float

RemovalEvent public_oe property

public string RemovalEvent
return string

RotationChangesParticleAcceleration public_oe property

public bool RotationChangesParticleAcceleration
return bool

RotationChangesParticleRotation public_oe property

public bool RotationChangesParticleRotation
return bool

RotationX public_oe property

public float RotationX
return float

RotationY public_oe property

public float RotationY
return float

RotationZ public_oe property

public float RotationZ
return float

ScaleX public_oe property

public float ScaleX
return float

ScaleY public_oe property

public float ScaleY
return float

ScaleZ public_oe property

public float ScaleZ
return float

SecondFrequency public_oe property

public float SecondFrequency
return float

SecondsLasting public_oe property

public float SecondsLasting
return float

TimedEmission public_oe property

public bool TimedEmission
return bool

X public_oe property

public float X
return float

Y public_oe property

public float Y
return float

Z public_oe property

public float Z
return float