Show / Hide Table of Contents

Struct ParticleSystem.ExternalForcesModule

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 ExternalForcesModule

Properties

| Improve this Doc View Source

enabled

Declaration
public bool enabled { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

influenceFilter

Declaration
public ParticleSystemGameObjectFilter influenceFilter { get; set; }
Property Value
Type Description
ParticleSystemGameObjectFilter
| Improve this Doc View Source

multiplier

Declaration
public float multiplier { get; set; }
Property Value
Type Description
Single

Methods

| Improve this Doc View Source

IsAffectedBy(ParticleSystemForceField)

Declaration
public bool IsAffectedBy(ParticleSystemForceField field)
Parameters
Type Name Description
ParticleSystemForceField field
Returns
Type Description
Boolean

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