Summary
The ways a GameObject can be hidden
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime .Utils - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["GameObjectUtils.HidePolicy"]
class Type type-node
Syntax
public enum GameObjectUtils.HidePolicy
Fields
Name | Constant Value | Summary |
---|---|---|
DisableRenderer | 1 |
The simulation agent's Renderer (if exists) is disabled.
static
|
NoHide | 0 |
static
|