IBehaviorInstanceBase interface
The IBehaviorInstanceBase
interface is used as the base class for behavior instances in the SDK.
IBehaviorInstanceBase
cannot be directly constructed; it should only be used as a base class.
Properties
- this._sdkBehaviorType
- Reference to the associated SDK type class.
- this._behaviorInstance
- Reference to the IBehaviorInstance interface representing this instance in the editor. This allows access to Construct's built-in features for behavior instances.
Methods
- OnPropertyChanged(id, value)
- Optional override for when a property with the given ID is changed. The value the property was changed to is also passed.
- GetBehaviorInstance()
- Return the IBehaviorInstance interface representing this instance in the editor.
- GetSdkBehaviorType()
- Return the associated SDK type class.
Addon SDK Manual
Construct.net
2020-01-13
2020-01-13
You are here:
Search this manual:
This manual entry was last updated on 13 Jan, 2020 at 17:46