Show / Hide Table of Contents

Class ControllerConstantExtensions

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

Methods

| Improve this Doc View Source

GetLayerByStateMachineIndex(IControllerConstant, Int32)

Declaration
public static ILayerConstant GetLayerByStateMachineIndex(this IControllerConstant controllerConstant, int index)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.ControllerConstant.IControllerConstant controllerConstant
System.Int32 index
Returns
Type Description
AssetRipper.SourceGenerated.Subclasses.LayerConstant.ILayerConstant
| Improve this Doc View Source

GetLayerIndex(IControllerConstant, ILayerConstant)

Declaration
public static int GetLayerIndex(this IControllerConstant controllerConstant, ILayerConstant layer)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.ControllerConstant.IControllerConstant controllerConstant
AssetRipper.SourceGenerated.Subclasses.LayerConstant.ILayerConstant layer
Returns
Type Description
System.Int32
| Improve this Doc View Source

GetLayerIndexByStateMachineIndex(IControllerConstant, Int32, out ILayerConstant)

Declaration
public static int GetLayerIndexByStateMachineIndex(this IControllerConstant controllerConstant, int index, out ILayerConstant layer)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.ControllerConstant.IControllerConstant controllerConstant
System.Int32 index
AssetRipper.SourceGenerated.Subclasses.LayerConstant.ILayerConstant layer
Returns
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾