Class NetworkBehaviourPrePostSpawnTests.NetworkBehaviourPostSpawn
Inheritance
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: Unity.Netcode.RuntimeTests.dll
Syntax
public class NetworkBehaviourPrePostSpawnTests.NetworkBehaviourPostSpawn : NetworkBehaviour
Fields
OnNetworkPostSpawnCalled
Declaration
public bool OnNetworkPostSpawnCalled
Field Value
Type | Description |
---|---|
bool |
ValueSet
Declaration
public int ValueSet
Field Value
Type | Description |
---|---|
int |
Methods
OnNetworkPostSpawn()
Gets called after the Network
Declaration
protected override void OnNetworkPostSpawn()
Overrides
Remarks
Will be invoked on each Network
OnNetworkSpawn()
Gets called when the Network
Declaration
public override void OnNetworkSpawn()