ExtensionType class abstract
Core interface for engine classes
- Implemented types
- Implementers
Constructors
- ExtensionType()
- ExtensionType.withNonNullOwner(GDExtensionObjectPtr _owner)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nativePointerAddress → int
-
Since Pointer.address isn's tagged 'vm:entry-point', supply an
entry point that can get the raw pointer address for this object
no setter
- nativePtr → GDExtensionObjectPtr
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- typeInfo → ExtensionTypeInfo
-
no setter
Methods
-
attachSignal(
SignalCallable signal) → void -
detachSignal(
SignalCallable signal) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited