Coherence
latest
Getting Started
Installation
Basic Usage
Materials
Images
Third Party Plugins
Writing Components
Syncing Properties
Sending Events
Vertex Data Streams
Component Lifecycle
Blender API Reference
Unity API Reference
Internal Modules
Render Engine (core.engine)
Runtime (core.runtime)
Utility (core.utils)
Component (core.component)
Scene (core.scene)
Interop Structures (core.interop)
Image (core.image)
UI Modules
Properties (core.properties)
Panels (core.panels)
Operators (core.operators)
Coherence
»
Index
Index – I
IComponent (C# interface in )
AddHandler<T>(id, callback) (C# method)->void
AddVertexDataStream<T>(id, callback) (C# method)->void
IComponent (C# interface)
OnCoherenceConnected (C# method)->void
OnCoherenceDisabled (C# method)->void
OnCoherenceDisconnected (C# method)->void
OnCoherenceEnabled (C# method)->void
OnDestroy (C# method)->void
OnDisable (C# method)->void
OnEnable (C# method)->void
OnRegistered (C# method)->void
OnUnregistered (C# method)->void
RemoveAllHandlers (C# method)->void
RemoveHandler<T>(id, callback) (C# method)->void
RemoveVertexDataStream(id) (C# method)->void
SendEvent<T>(id, payload) (C# method)->void
Start (C# method)->void
id (InteropComponentMessage attribute)
identity() (in module Addon.core.interop)
index (InteropMessageHeader attribute)
interop (BaseComponent property)
InteropCamera (class in Addon.core.interop)
InteropComponent (class in Addon.core.interop)
InteropComponentMessage (class in Addon.core.interop)
InteropMatrix4x4 (class in Addon.core.interop)
InteropMessage (class in Addon.core.interop)
InteropMessageHeader (class in Addon.core.interop)
InteropQuaternion (class in Addon.core.interop)
InteropString64 (class in Addon.core.interop)
InteropTransform (class in Addon.core.interop)
InteropVector2 (class in Addon.core.interop)
InteropVector3 (class in Addon.core.interop)
invalid (InteropMessage property)
is_autobind() (BaseComponent class method)
(Component class method)
is_connected() (Runtime method)
is_running() (Runtime method)
isPerspective (InteropCamera attribute)