target property

GameComponent? target

Implementation

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

Implementation

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