IBehaviorType interface

The IBehaviorType interface represents a behavior type in Construct. A behavior type is the behavior equivalent of an object type: when a behavior is added to an object type, there is one behavior type created on the object type, and one behavior instance created per object instance.

Methods

GetProject()
Return the IProject representing the behavior type's associated project.
GetName()
Returns a string of the behavior type name.
Addon SDK Manual 2024-02-15

On this page