Class Behaviour
Inheritance
Behaviour
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class Behaviour : Component
Properties
enabled
Declaration
public bool enabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
isActiveAndEnabled
Declaration
public bool isActiveAndEnabled { get; }
Property Value
Type | Description |
---|---|
Boolean |