Seed (Particle)

Description

Returns or sets the random number generator seed for the particle as a Long.

C# Syntax

// get accessor
Int32 rtn = Particle.Seed;

// set accessor
Particle.Seed = Int32;


Autodesk Softimage v7.5