target property

GameComponent? get target

Implementation

GameComponent? get target => (this as BonfireCamera).target;
set target (GameComponent? t)

Implementation

set target(GameComponent? t) => (this as BonfireCamera).target = t;