Show / Hide Table of Contents

Class MinMaxCurveExtensions

Inheritance
System.Object
MinMaxCurveExtensions
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 MinMaxCurveExtensions

Methods

| Improve this Doc View Source

GetMinMaxState(IMinMaxCurve)

Declaration
public static ParticleSystemCurveMode GetMinMaxState(this IMinMaxCurve curve)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.MinMaxCurve.IMinMaxCurve curve
Returns
Type Description
AssetRipper.SourceGenerated.Enums.ParticleSystemCurveMode
| Improve this Doc View Source

SetMinMaxState(IMinMaxCurve, ParticleSystemCurveMode)

Declaration
public static void SetMinMaxState(this IMinMaxCurve curve, ParticleSystemCurveMode mode)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.MinMaxCurve.IMinMaxCurve curve
AssetRipper.SourceGenerated.Enums.ParticleSystemCurveMode mode
| Improve this Doc View Source

SetValues(IMinMaxCurve, UnityVersion, ParticleSystemCurveMode, Single, Single, Single, Single)

Declaration
public static void SetValues(this IMinMaxCurve curve, UnityVersion version, ParticleSystemCurveMode mode, float minValue, float maxValue, float minCurve, float maxCurve)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.MinMaxCurve.IMinMaxCurve curve
UnityVersion version
AssetRipper.SourceGenerated.Enums.ParticleSystemCurveMode mode
System.Single minValue
System.Single maxValue
System.Single minCurve
System.Single maxCurve
| Improve this Doc View Source

SetValues(IMinMaxCurve, UnityVersion, Single)

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

SetValues(IMinMaxCurve, UnityVersion, Single, Single)

Declaration
public static void SetValues(this IMinMaxCurve curve, UnityVersion version, float minValue, float maxValue)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.MinMaxCurve.IMinMaxCurve curve
UnityVersion version
System.Single minValue
System.Single maxValue
| Improve this Doc View Source

SetValues(IMinMaxCurve, UnityVersion, Single, Single, Single, Single)

Declaration
public static void SetValues(this IMinMaxCurve curve, UnityVersion version, float minValue, float maxValue, float minCurve, float maxCurve)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.MinMaxCurve.IMinMaxCurve curve
UnityVersion version
System.Single minValue
System.Single maxValue
System.Single minCurve
System.Single maxCurve
| Improve this Doc View Source

SetValues(IMinMaxCurve, UnityVersion, Single, Single, Single, Single, Single)

Declaration
public static void SetValues(this IMinMaxCurve curve, UnityVersion version, float minValue, float maxValue, float minCurve, float maxCurve1, float maxCurve2)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.MinMaxCurve.IMinMaxCurve curve
UnityVersion version
System.Single minValue
System.Single maxValue
System.Single minCurve
System.Single maxCurve1
System.Single maxCurve2
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾