Show / Hide Table of Contents

Delegate CodeComponent.InteractionHandler

A delegation for the event listeners of a CodeComponent.

Namespace: Fusee.Engine.Core.Scene
Assembly: Fusee.Engine.Core.dll
Syntax
public delegate void InteractionHandler(CodeComponent sender);
Parameters
Type Name Description
CodeComponent sender

The sender.

Generated by DocFX
GitHub Repo
Back to top