UArNodeInfo constructor
const
UArNodeInfo({
- required String id,
- UArVector3 min = UArVector3.zero,
- UArVector3 max = UArVector3.zero,
- List<
String> animations = const <String>[],
Implementation
const UArNodeInfo({required this.id, this.min = UArVector3.zero, this.max = UArVector3.zero, this.animations = const <String>[]});