Class: TerrainLayer
지형을 나타내는 레이어다.
Description
Usage
new TerrainLayer(layerConstructor)
- Extends:
- Layer
Parameters:
Name | Type | Description |
---|---|---|
layerConstructor
|
function |
Methods
canPhysicsInteractLayerWith(otherLayer) → {boolean}
이 레이어와 다른 레이어가 충돌체크를 할 수 있다면 true를 반환한다.
- Extends:
- Layer#canPhysicsInteractLayerWith
- Overrides:
- Layer#canPhysicsInteractLayerWith
Parameters:
Name | Type | Description |
---|---|---|
otherLayer
|
Layer |