AIDebugCameraPicture class
A camera picture exposed by the AI debugger's debug camera UI.
AIデバッガーのデバッグカメラUIに表示する画像です。
- Annotations
Constructors
- AIDebugCameraPicture({required String id, required String label})
-
Creates a camera picture for debug operations.
const
Properties
Methods
-
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.
override