|
Arbor 3: FSM & BT Graph Editor
3.6.0
|
コメントを表すクラス More...
Public Member Functions | |
| CommentNode (NodeGraph nodeGraph, int nodeID) | |
| CommentNodeのコンストラクタ More... | |
Public Member Functions inherited from Node | |
| Node (NodeGraph nodeGraph, int nodeID) | |
| Nodeのコンストラクタ More... | |
| virtual bool | IsContainsBehaviour (NodeBehaviour behaviour) |
| NodeBehaviourを含んでいるかをチェックする。 More... | |
| virtual bool | IsDeletable () |
| 削除できるかどうかを返す。 More... | |
| virtual string | GetName () |
| ノードの名前を取得 More... | |
| override string | ToString () |
| ノードを文字列に変換(デバッグ用)。 More... | |
Public Attributes | |
| string | comment = string.Empty |
| コメント文字列。 More... | |
Public Attributes inherited from Node | |
| Rect | position |
| Arbor Editor上での位置。 More... | |
| bool | showComment |
| コメントを表示するかどうか More... | |
| string | nodeComment |
| コメント More... | |
Properties | |
| int | commentID [get] |
| コメントIDを取得。 More... | |
Properties inherited from Node | |
| NodeGraph | nodeGraph [get] |
| NodeGraphを取得。 More... | |
| int | nodeID [get] |
| ノードIDを取得。 More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Node | |
| virtual void | OnGraphChanged () |
| Nodeが所属するNodeGraphが変わった際に呼ばれる。 More... | |
コメントを表すクラス
| CommentNode | ( | NodeGraph | nodeGraph, |
| int | nodeID | ||
| ) |
CommentNodeのコンストラクタ
| nodeGraph | このノードを持つNodeGraph |
| nodeID | ノードID |
コメントノードの生成はNodeGraph.CreateComment()を使用してください。
| string comment = string.Empty |
コメント文字列。
|
get |
コメントIDを取得。