-
Notifications
You must be signed in to change notification settings - Fork 10
DTL.Base.RogueLikeList
sitRyo edited this page Jan 4, 2020
·
1 revision
DTL.Base {
public class RogueLikeList
}
RogueLikeList
は "ローグライクダンジョンに使用する基本的な情報を持つクラス" である。
public RogueLikeList()
public RogueLikeList(int wallId, int wayId)
public RogueLikeList(int wallId, int roomId, int wayId)
public RogueLikeList(int wallId, int roomId, int entranceId, int wayId)
public RogueLikeList(int outsideWallId, int insideWallId, int roomId, int entranceId, int wayId)
引数はそれぞれプロパティに割り当てられる。
設定しない場合, 対応するプロパティには整数値の0
が割り当てられる。
Name | Descriptions | Version |
---|---|---|
int outsideWallId | 外壁 | v0.1.0 |
int insideWallId | 内壁 | v0.1.0 |
int roomId | 部屋 | v0.1.0 |
int entranceId | エントランス | v0.1.0 |
int wayId | 道 | v0.1.0 |
なし
Copyright (c) 2017-2019 Kasugaccho. Copyright (c) 2018-2019 As Project.
Distributed under the Boost Software License, Version 1.0.(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)