Class NativeObject
The motphys native object.
Namespace: Motphys.Rigidbody
Assembly: solution.dll
Syntax
public abstract class NativeObject : MonoBehaviour
Methods
Awake()
Declaration
protected virtual void Awake()
CreateNativeIfNot()
Declaration
protected void CreateNativeIfNot()
OnCreateNative()
Declaration
protected abstract void OnCreateNative()
OnDestroy()
Declaration
protected virtual void OnDestroy()
OnDestroyNative()
Declaration
protected abstract void OnDestroyNative()