UArNodeInfo class
Constructors
-
UArNodeInfo({required String id, UArVector3 min = UArVector3.zero, UArVector3 max = UArVector3.zero, List<
String> animations = const <String>[]}) -
const
-
UArNodeInfo.fromMap(Map<
Object?, Object?> map) -
factory
Properties
-
animations
→ List<
String> -
final
- center → UArVector3
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- max → UArVector3
-
final
- min → UArVector3
-
World-space bounds right after loading.
final
- radius → double
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → UArVector3
-
no setter
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.
inherited