C# Class UnityEngine.InternalEmitParticleArguments

Show file Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
angularVelocity float
color Color
energy float
pos Vector3
rotation float
size float
velocity Vector3

Property Details

angularVelocity public property

public float angularVelocity
return float

color public property

public Color color
return Color

energy public property

public float energy
return float

pos public property

public Vector3 pos
return Vector3

rotation public property

public float rotation
return float

size public property

public float size
return float

velocity public property

public Vector3 velocity
return Vector3