Struct ParticleCollisionEvent
Assembly: UnityEngine.dll
Syntax
public struct ParticleCollisionEvent
Properties
|
Improve this Doc
View Source
colliderComponent
Declaration
public Component colliderComponent { get; }
Property Value
|
Improve this Doc
View Source
intersection
Declaration
public Vector3 intersection { get; }
Property Value
|
Improve this Doc
View Source
normal
Declaration
public Vector3 normal { get; }
Property Value
|
Improve this Doc
View Source
velocity
Declaration
public Vector3 velocity { get; }
Property Value
Extension Methods