doc: changed Layered doc

pull/40/head
RuiAlonso 4 years ago
parent 2d9b3c0e15
commit d97f0a82bc

@ -7,8 +7,7 @@ import 'package:flutter/material.dart';
///
/// [BodyComponent]s with compatible [Layer]s can collide with each other,
/// ignoring others. This compatibility depends on bit masking operation
/// between layers.
/// For more information read: https://en.wikipedia.org/wiki/Mask_(computing).
/// between layers for more information read: https://en.wikipedia.org/wiki/Mask_(computing).
/// {@endtemplate}
mixin Layered<T extends Forge2DGame> on BodyComponent<T> {
Layer _layer = Layer.all;

Loading…
Cancel
Save