Class SampleDummyActor
Namespace: Unity.Reflect.Actor.Samples
Syntax
[Actor]
public class SampleDummyActor
Methods
OnEntryDataChanged(NetContext<EntryDataChanged>)
Declaration
[NetInput]
public void OnEntryDataChanged(NetContext<EntryDataChanged> ctx)
Parameters
Type | Name | Description |
---|---|---|
NetContext<EntryDataChanged> | ctx |
OnGameObjectCreated(NetContext<GameObjectCreated>)
Declaration
[NetInput]
public void OnGameObjectCreated(NetContext<GameObjectCreated> ctx)
Parameters
Type | Name | Description |
---|---|---|
NetContext<GameObjectCreated> | ctx |