WorldManagerDataExtension Class

Summary

Base class for any World API extensions. Use this to inject data or behaviour to be executed in LateUpdate. Because this is a generic class, make sure you dont mess with any other extensions that may be present.
Namespace
WAPI
Base Types
  • object
graph BT Type-->Base0["object"] Type["WorldManagerDataExtension"] class Type type-node

Syntax

[Serializable]
public class WorldManagerDataExtension

Attributes

Type Description
SerializableAttribute

Methods

Name Value Summary
LateUpdate() void
Add your own handler here if you want things to happen in the LateUpdate
Update() void
Add your handler here if you want things to happen in Update