wiki.sine.space | sinespace

Difference between revisions of "Scripting/SParticle"

From wiki.sine.space
Jump to: navigation, search
(Created page with "=Properties= {{ScriptFunction|SVector|position|{ get;set; }|The position of the particle.|5= <pre></pre>}} {{ScriptFunction|SVector|velocity|{ get;set; }|The velocity of t...")
 
(Replaced content with "This page has moved to: https://docs.sine.space/v/scripting/client-scripting/types/sparticle")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=Properties=
+
This page has moved to: https://docs.sine.space/v/scripting/client-scripting/types/sparticle
 
+
 
+
{{ScriptFunction|SVector|position|{ get;set; }|The position of the particle.|5= <pre></pre>}}
+
 
+
 
+
{{ScriptFunction|SVector|velocity|{ get;set; }|The velocity of the particle.|5= <pre></pre>}}
+
 
+
 
+
{{ScriptFunction|SVector|animatedVelocity|{ get; }|The animated velocity of the particle.|5= <pre></pre>}}
+
 
+
 
+
{{ScriptFunction|SVector|totalVelocity|{ get; }|The total velocity of the particle.|5= <pre></pre>}}
+
 
+
 
+
{{ScriptFunction|float|remainingLifetime|{ get;set; }|The remaining lifetime of the particle.|5= <pre></pre>}}
+
 
+
 
+
 
+
{{ScriptFunction|float|startLifetime|{ get;set; }|The starting lifetime of the particle.|5= <pre></pre>}}
+
 
+
 
+
{{ScriptFunction|SColor|startColor|{ get;set; }|The initial color of the particle. The current color of the particle is calculated procedurally based on this value and the active color modules.|5= <pre></pre>}}
+
 
+
 
+
{{ScriptFunction|uint|randomSeed|{ get;set; }|The random seed of the particle.|5= <pre></pre>}}
+
 
+
 
+
{{ScriptFunction|SVector|axisOfRotation|{ get;set; }|Mesh particles rotate around this axis.|5= <pre></pre>}}
+
 
+
 
+
{{ScriptFunction|float|startSize|{ get;set; }|The initial size of the particle. The current size of the particle is calculated procedurally based on this value and the active size modules.|5= <pre></pre>}}
+
 
+
 
+
{{ScriptFunction|SVector|startSize3D|{ get;set; }|The initial 3D size of the particle. The current size of the particle is calculated procedurally based on this value and the active size modules.|5= <pre></pre>}}
+
 
+
 
+
{{ScriptFunction|float|rotation|{ get;set; }|The rotation of the particle.|5= <pre></pre>}}
+
 
+
 
+
{{ScriptFunction|SVector|rotation3D|{ get;set; }|The 3D rotation of the particle.|5= <pre></pre>}}
+
 
+
 
+
{{ScriptFunction|float|angularVelocity|{ get;set; }|The angular velocity of the particle.
+
|5= <pre></pre>}}
+
 
+
 
+
{{ScriptFunction|SVector|angularVelocity3D|{ get;set; }|The 3D angular velocity of the particle.|5= <pre></pre>}}
+
 
+
 
+
 
+
 
+
 
+
{{Scripting Navbox}}
+

Latest revision as of 08:02, 19 September 2022

This page has moved to: https://docs.sine.space/v/scripting/client-scripting/types/sparticle