Class ScriptBehaviourUpdateOrder.DependantBehavior
Inheritance
System.Object
ScriptBehaviourUpdateOrder.DependantBehavior
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Syntax
public class DependantBehavior
Constructors
DependantBehavior(ScriptBehaviourManager)
Declaration
public DependantBehavior(ScriptBehaviourManager man)
Parameters
Fields
LongestSystemsUpdatingAfterChain
Declaration
public int LongestSystemsUpdatingAfterChain
Field Value
| Type |
Description |
| System.Int32 |
|
LongestSystemsUpdatingBeforeChain
Declaration
public int LongestSystemsUpdatingBeforeChain
Field Value
| Type |
Description |
| System.Int32 |
|
Manager
Declaration
public readonly ScriptBehaviourManager Manager
Field Value
MaxInsertPos
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
MinInsertPos
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
spawnsJobs
Declaration
Field Value
| Type |
Description |
| System.Boolean |
|
UnvalidatedSystemsUpdatingBefore
Declaration
public int UnvalidatedSystemsUpdatingBefore
Field Value
| Type |
Description |
| System.Int32 |
|
UpdateAfter
Declaration
public readonly HashSet<Type> UpdateAfter
Field Value
| Type |
Description |
| HashSet<System.Type> |
|
UpdateBefore
Declaration
public readonly HashSet<Type> UpdateBefore
Field Value
| Type |
Description |
| HashSet<System.Type> |
|
WaitsForJobs
Declaration
Field Value
| Type |
Description |
| System.Boolean |
|