Class Helpers
Helper class containing diverse functions that avoid redoing common things.
Inheritance
System.Object
Helpers
Namespace: CreatorKitCode
Assembly: Assembly-CSharp.dll
Syntax
public class Helpers
Methods
RecursiveLayerChange(Transform, Int32)
Declaration
public static void RecursiveLayerChange(Transform root, int layer)
Parameters
| Type | Name | Description |
|---|---|---|
| UnityEngine.Transform | root | |
| System.Int32 | layer |
WrapAngle(Int32)
Declaration
public static int WrapAngle(int angle)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | angle |
Returns
| Type | Description |
|---|---|
| System.Int32 |