프로퍼티 | 타입 | 설명 | |
---|---|---|---|
door_prefab | GameObject | ||
key_prefab | GameObject | ||
level_root | GameObject | ||
level_size | int | ||
player_prefab | GameObject | ||
random_spawns | GameObject[] | ||
teleporter_prefab | GameObject | ||
tile_types | TileTypeCollection[] |
메소드 | 설명 | |
---|---|---|
Start ( ) : void | ||
Update ( ) : void | ||
_connected_step ( int i, int end_index ) : void | ||
_create_way ( Room, r1, Room, r2 ) : void |
메소드 | 설명 | |
---|---|---|
_connected ( int start_index, int end_index ) : bool | ||
_select_tile_prefab ( GameObject prefab_type_array, float p ) : GameObject | ||
index ( int x, int y ) : int | ||
index ( int x, int y, int h ) : int |
public _connected_step ( int i, int end_index ) : void | ||
i | int | |
end_index | int | |
리턴 | void |