Interface ICreateCube
Create a cube (prefab) at the position of the the sourceCube
Namespace: XRC.Students.SU2023.IN03.Chen
Assembly: cs.temp.dll.dll
Syntax
public interface ICreateCube
Methods
AddCube(GameObject)
Create a cube (prefab) at the position of the the sourceCube
Declaration
virtual void AddCube(GameObject cube)
Parameters
Type | Name | Description |
---|---|---|
GameObject | cube | the gameObject containing the target position of adding a new cube |