Preparing search index...
The search index is not available
@akashic-extension/akashic-box2d
@akashic-extension/akashic-box2d
EBody
Interface EBody
ボディとエンティティを紐づけるインタフェース。
interface
EBody
{
b2Body
:
b2Body
;
entity
:
E
;
id
:
string
;
}
Index
Properties
b2
Body
entity
id
Properties
b2
Body
b2Body
:
b2Body
Box2Dのボディ。
entity
entity
:
E
Akashicのエンティティ。
id
id
:
string
ID。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
b2
Body
entity
id
@akashic-extension/akashic-box2d
Loading...
ボディとエンティティを紐づけるインタフェース。