Partikelobjekt: Unterschied zwischen den Versionen
Aus AquaSoft Wiki
Zur Navigation springenZur Suche springenZeile 3: | Zeile 3: | ||
<code> | <code> | ||
IParticle '''inherits from''' [[ISlideShowObject]] | IParticle '''inherits from''' [[ISlideShowObject]] | ||
− | function | + | function InitialSpeed: [[IParticleRangeValue]] |
− | function | + | function Speed: [[IParticleRangeValue]] |
− | + | function InitialDirection: [[IParticleRangeValue]] | |
− | function | + | function Direction: [[IParticleRangeValue]] |
− | + | function InitialSize: [[IParticleRangeValue]] | |
− | function | + | function Size: [[IParticleRangeValue]] |
− | + | function InitialRotation: [[IParticleRangeValue]] | |
− | function | + | function Rotation: [[IParticleRangeValue]] |
− | + | function InitialRotationFrequency: [[IParticleRangeValue]] | |
− | function | + | function RotationFrequency: [[IParticleRangeValue]] |
− | |||
− | function | ||
− | |||
− | function | ||
− | |||
− | function | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | property Move: [[TParticleMove]] | |
− | + | function InitialMoveStrength: [[IParticleRangeValue]] | |
− | + | function MoveStrength: [[IParticleRangeValue]] | |
− | + | function InitialMoveSineFrequency: [[IParticleRangeValue]] | |
+ | function MoveSineFrequency: [[IParticleRangeValue]] | ||
+ | function MaxAge: [[IParticleRangeValue]] | ||
+ | function ParticlesPerSecond: [[IParticleRangeValue]] | ||
+ | function EmitterSpread: [[IParticleRangeValue]] | ||
− | + | property SpriteAnimation: [[TParticleSpriteAnimation]] | |
− | + | function SpriteAnimationFrequency: [[IParticleRangeValue]] | |
− | |||
− | |||
− | |||
+ | property Filename: [[IFilename]] | ||
+ | property Clipping: Boolean | ||
+ | property PreWarmTime: Integer | ||
− | + | property Emitter: [[TParticleEmitter]] | |
− | + | property Options: [[TParticleOptions]] | |
− | + | property Environment: [[TParticleEnvironment]] | |
− | |||
− | |||
− | + | property Seed: Int64 | |
− | + | end; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</code> | </code> | ||
+ | = Methoden = | ||
[[Kategorie:Scripting-API]] | [[Kategorie:Scripting-API]] |
Version vom 23. Juni 2014, 11:00 Uhr
Das Partikelobjekt ist vom Typ IParticle und leitet von ISlideShowObject ab. Mit diesem Objekt kann man Partikeleffekte erstellen.
IParticle inherits from ISlideShowObject
function InitialSpeed: IParticleRangeValue
function Speed: IParticleRangeValue
function InitialDirection: IParticleRangeValue
function Direction: IParticleRangeValue
function InitialSize: IParticleRangeValue
function Size: IParticleRangeValue
function InitialRotation: IParticleRangeValue
function Rotation: IParticleRangeValue
function InitialRotationFrequency: IParticleRangeValue
function RotationFrequency: IParticleRangeValue
property Move: TParticleMove
function InitialMoveStrength: IParticleRangeValue
function MoveStrength: IParticleRangeValue
function InitialMoveSineFrequency: IParticleRangeValue
function MoveSineFrequency: IParticleRangeValue
function MaxAge: IParticleRangeValue
function ParticlesPerSecond: IParticleRangeValue
function EmitterSpread: IParticleRangeValue
property SpriteAnimation: TParticleSpriteAnimation
function SpriteAnimationFrequency: IParticleRangeValue
property Filename: IFilename
property Clipping: Boolean
property PreWarmTime: Integer
property Emitter: TParticleEmitter
property Options: TParticleOptions
property Environment: TParticleEnvironment
property Seed: Int64
end;