Class ParticleSystemSharp.CollisionModuleSharp
Inheritance
object
ParticleSystemSharp.CollisionModuleSharp
Assembly: solution.dll
Syntax
public class ParticleSystemSharp.CollisionModuleSharp
Properties
bounce
Declaration
public ParticleSystemSharp.SharpMinMaxCurve bounce { get; set; }
Property Value
bounceMultiplier
Declaration
public float bounceMultiplier { get; set; }
Property Value
colliderForce
Declaration
public float colliderForce { get; set; }
Property Value
collidesWith
Declaration
public LayerMask collidesWith { get; set; }
Property Value
dampen
Declaration
public ParticleSystemSharp.SharpMinMaxCurve dampen { get; set; }
Property Value
dampenMultiplier
Declaration
public float dampenMultiplier { get; set; }
Property Value
enableDynamicColliders
Declaration
public bool enableDynamicColliders { get; set; }
Property Value
enabled
Declaration
public bool enabled { get; set; }
Property Value
lifetimeLoss
Declaration
public ParticleSystemSharp.SharpMinMaxCurve lifetimeLoss { get; set; }
Property Value
lifetimeLossMultiplier
Declaration
public float lifetimeLossMultiplier { get; set; }
Property Value
maxCollisionShapes
Declaration
public int maxCollisionShapes { get; set; }
Property Value
maxKillSpeed
Declaration
public float maxKillSpeed { get; set; }
Property Value
minKillSpeed
Declaration
public float minKillSpeed { get; set; }
Property Value
mode
Declaration
public ParticleSystemCollisionMode mode { get; set; }
Property Value
multiplyColliderForceByCollisionAngle
Declaration
public bool multiplyColliderForceByCollisionAngle { get; set; }
Property Value
multiplyColliderForceByParticleSize
Declaration
public bool multiplyColliderForceByParticleSize { get; set; }
Property Value
multiplyColliderForceByParticleSpeed
Declaration
public bool multiplyColliderForceByParticleSpeed { get; set; }
Property Value
planeCount
Declaration
public int planeCount { get; set; }
Property Value
quality
Declaration
public ParticleSystemCollisionQuality quality { get; set; }
Property Value
radiusScale
Declaration
public float radiusScale { get; set; }
Property Value
sendCollisionMessages
Declaration
public bool sendCollisionMessages { get; set; }
Property Value
type
Declaration
public ParticleSystemCollisionType type { get; set; }
Property Value
voxelSize
Declaration
public float voxelSize { get; set; }
Property Value
Methods
AddPlane(Transform)
Declaration
public void AddPlane(Transform transform)
Parameters
GetPlane(int)
Declaration
public Transform GetPlane(int index)
Parameters
| Type |
Name |
Description |
| int |
index |
|
Returns
GetPlanes(Transform[])
Declaration
public int GetPlanes(Transform[] planes)
Parameters
Returns
RemovePlane(int)
Declaration
public void RemovePlane(int index)
Parameters
| Type |
Name |
Description |
| int |
index |
|
RemovePlane(Transform)
Declaration
public void RemovePlane(Transform transform)
Parameters
SetPlane(int, Transform)
Declaration
public void SetPlane(int index, Transform plane)
Parameters
SetPlanes(Transform[])
Declaration
public void SetPlanes(Transform[] planes)
Parameters
SetPlanes(Transform[], int)
Declaration
public void SetPlanes(Transform[] planes, int size)
Parameters