DFCamera class

摄像机

Constructors

DFCamera({required DFRect rect})
创建矩形

Properties

hashCode int
The hash code for this object.
no setterinherited
limit DFOffset?
限制X
getter/setter pair
rect DFRect
视窗区域
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sprite DFSprite?
跟踪目标
getter/setter pair

Methods

lookAt(DFSprite sprite) → void
设置跟随目标
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLimit(DFOffset limit) → void
设置限制
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited