Show / Hide Table of Contents

Struct ParticleSystem.CustomDataModule

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 CustomDataModule

Properties

| Improve this Doc View Source

enabled

Declaration
public bool enabled { get; set; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

GetColor(ParticleSystemCustomData)

Declaration
public ParticleSystem.MinMaxGradient GetColor(ParticleSystemCustomData stream)
Parameters
Type Name Description
ParticleSystemCustomData stream
Returns
Type Description
ParticleSystem.MinMaxGradient
| Improve this Doc View Source

GetMode(ParticleSystemCustomData)

Declaration
public ParticleSystemCustomDataMode GetMode(ParticleSystemCustomData stream)
Parameters
Type Name Description
ParticleSystemCustomData stream
Returns
Type Description
ParticleSystemCustomDataMode
| Improve this Doc View Source

GetVector(ParticleSystemCustomData, Int32)

Declaration
public ParticleSystem.MinMaxCurve GetVector(ParticleSystemCustomData stream, int component)
Parameters
Type Name Description
ParticleSystemCustomData stream
Int32 component
Returns
Type Description
ParticleSystem.MinMaxCurve
| Improve this Doc View Source

GetVectorComponentCount(ParticleSystemCustomData)

Declaration
public int GetVectorComponentCount(ParticleSystemCustomData stream)
Parameters
Type Name Description
ParticleSystemCustomData stream
Returns
Type Description
Int32
| Improve this Doc View Source

SetColor(ParticleSystemCustomData, ParticleSystem.MinMaxGradient)

Declaration
public void SetColor(ParticleSystemCustomData stream, ParticleSystem.MinMaxGradient gradient)
Parameters
Type Name Description
ParticleSystemCustomData stream
ParticleSystem.MinMaxGradient gradient
| Improve this Doc View Source

SetMode(ParticleSystemCustomData, ParticleSystemCustomDataMode)

Declaration
public void SetMode(ParticleSystemCustomData stream, ParticleSystemCustomDataMode mode)
Parameters
Type Name Description
ParticleSystemCustomData stream
ParticleSystemCustomDataMode mode
| Improve this Doc View Source

SetVector(ParticleSystemCustomData, Int32, ParticleSystem.MinMaxCurve)

Declaration
public void SetVector(ParticleSystemCustomData stream, int component, ParticleSystem.MinMaxCurve curve)
Parameters
Type Name Description
ParticleSystemCustomData stream
Int32 component
ParticleSystem.MinMaxCurve curve
| Improve this Doc View Source

SetVectorComponentCount(ParticleSystemCustomData, Int32)

Declaration
public void SetVectorComponentCount(ParticleSystemCustomData stream, int count)
Parameters
Type Name Description
ParticleSystemCustomData stream
Int32 count

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