Show / Hide Table of Contents

Class TriggerModuleExtensions

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

Methods

| Improve this Doc View Source

GetEnter(ITriggerModule)

Declaration
public static TriggerModuleExtensions.TriggerAction GetEnter(this ITriggerModule module)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.TriggerModule.ITriggerModule module
Returns
Type Description
TriggerModuleExtensions.TriggerAction
| Improve this Doc View Source

GetExit(ITriggerModule)

Declaration
public static TriggerModuleExtensions.TriggerAction GetExit(this ITriggerModule module)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.TriggerModule.ITriggerModule module
Returns
Type Description
TriggerModuleExtensions.TriggerAction
| Improve this Doc View Source

GetInside(ITriggerModule)

Declaration
public static TriggerModuleExtensions.TriggerAction GetInside(this ITriggerModule module)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.TriggerModule.ITriggerModule module
Returns
Type Description
TriggerModuleExtensions.TriggerAction
| Improve this Doc View Source

GetOutside(ITriggerModule)

Declaration
public static TriggerModuleExtensions.TriggerAction GetOutside(this ITriggerModule module)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.TriggerModule.ITriggerModule module
Returns
Type Description
TriggerModuleExtensions.TriggerAction
| Improve this Doc View Source

SetToDefault(ITriggerModule)

Declaration
public static void SetToDefault(this ITriggerModule module)
Parameters
Type Name Description
AssetRipper.SourceGenerated.Subclasses.TriggerModule.ITriggerModule module
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾