Method | Description | |
---|---|---|
Add ( string name, string shape ) : void | ||
Add ( string name, string pathId, string shape, string materialName = "triangle/white" ) : void | ||
Dispose ( ) : void | ||
OnDeselected ( |
||
OnSelected ( |
||
Remove ( string name ) : void | ||
Scene ( IBus bus, SceneManager sceneManager ) : System | ||
UpdatePosition ( ulong time ) : void |
Method | Description | |
---|---|---|
DefaultMotion ( ) : IEnumerable |
||
OnAdd ( |
||
UpdateMotion ( |
public Add ( string name, string shape ) : void | ||
name | string | |
shape | string | |
return | void |
public Add ( string name, string pathId, string shape, string materialName = "triangle/white" ) : void | ||
name | string | |
pathId | string | |
shape | string | |
materialName | string | |
return | void |
public OnDeselected ( |
||
message | ||
return | void |
public OnSelected ( |
||
message | ||
return | void |
public Scene ( IBus bus, SceneManager sceneManager ) : System | ||
bus | IBus | |
sceneManager | SceneManager | |
return | System |