Show / Hide Table of Contents

Class MultiModeParameterExtensions

Inheritance
System.Object
MultiModeParameterExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.SourceGenerated.Extensions
Assembly: AssetRipper.SourceGenerated.Extensions.dll
Syntax
public static class MultiModeParameterExtensions

Methods

| Improve this Doc View Source

GetMode(IMultiModeParameter)

Declaration
public static ParticleSystemShapeMultiModeValue GetMode(this IMultiModeParameter parameter)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.MultiModeParameter.IMultiModeParameter parameter
Returns
Type Description
AssetRipper.SourceGenerated.Enums.ParticleSystemShapeMultiModeValue
| Improve this Doc View Source

GetMode(IMultiModeParameter_MeshSpawn)

Declaration
public static ParticleSystemShapeMultiModeValue GetMode(this IMultiModeParameter_MeshSpawn parameter)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.MultiModeParameter_MeshSpawn.IMultiModeParameter_MeshSpawn parameter
Returns
Type Description
AssetRipper.SourceGenerated.Enums.ParticleSystemShapeMultiModeValue
| Improve this Doc View Source

SetValues(IMultiModeParameter, UnityVersion, Single)

Declaration
public static void SetValues(this IMultiModeParameter parameter, UnityVersion version, float value)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.MultiModeParameter.IMultiModeParameter parameter
UnityVersion version
System.Single value
| Improve this Doc View Source

SetValues(IMultiModeParameter_MeshSpawn, UnityVersion)

Declaration
public static void SetValues(this IMultiModeParameter_MeshSpawn parameter, UnityVersion version)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.MultiModeParameter_MeshSpawn.IMultiModeParameter_MeshSpawn parameter
UnityVersion version
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾