SizeModifier Property

Usage:
   ObjectTemplate.SizeModifier x/y/z

Argument values:

argument 1:    0.15/0.15/0.05, 0.15/0.15/0.18, 0.35/0.45/0.35, 0.4/0.4/0.4, 0.4/0.4/1, 0.6/0.6/0.6, 0.6/0.6/1, 0.6/0.7/0.6, 0.6/0.75/0.6, 0.65/0.65/0.65, 0.8/0.8/0.8, 1.3/1.3/1.3, 1.4/1.4/1.4, 1.5/1.5/1.5, 1/0.3/1, ...

Description: This property non-uniformly scales the size of the particle in X/Y/Z.

Related properties: Geometry, GravityModifier, SizeOverTime

Used in object types (and how often in each type): Particle (72%)

Used in a total of 121 .con files: Effects.con

Parent directory of these .con files: objects/Effects

Example: (from objects/Effects/e_Decal_Wood/effects.con)
   rem *** Fx_RichoWoodDecal ***
   ObjectTemplate.Create Particle Fx_RichoWoodDecal
   ObjectTemplate.Geometry Decal_wood_m1
   ObjectTemplate.TimeToLive CRD_UNIFORM/15/1/0
   ObjectTemplate.Size CRD_UNIFORM/2.0/2.5/0
   ObjectTemplate.GravityModifier CRD_NONE/0/0/1
   ObjectTemplate.SizeModifier 1/1/1
   ObjectTemplate.AlphaOverTime 0/1|70/1|100/0


Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.