Show / Hide Table of Contents

Struct ParticleCollisionEvent

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct ParticleCollisionEvent

Properties

| Improve this Doc View Source

colliderComponent

Declaration
public Component colliderComponent { get; }
Property Value
Type Description
Component
| Improve this Doc View Source

intersection

Declaration
public Vector3 intersection { get; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

normal

Declaration
public Vector3 normal { get; }
Property Value
Type Description
Vector3
| Improve this Doc View Source

velocity

Declaration
public Vector3 velocity { get; }
Property Value
Type Description
Vector3

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX