Class VirtualRoomSurface
Extends Simulator Surface and handles the positioning of Surfaces for a Virtual Room.
Inheritance
System.Object
VirtualRoomSurface
Assembly: cs.temp.dll.dll
Syntax
public class VirtualRoomSurface : SimulatorSurface
Properties
SurfaceMaterialTemplate
Declaration
protected override Material SurfaceMaterialTemplate { get; }
Property Value
| Type |
Description |
| Material |
|
Overrides
Methods
CreateMesh(Int32, SurfaceLocation)
Declaration
protected override Mesh CreateMesh(int surfaceDivisions, SurfaceLocation location)
Parameters
| Type |
Name |
Description |
| System.Int32 |
surfaceDivisions |
|
| SurfaceLocation |
location |
|
Returns
Overrides
ScaleAndPositionSurfaces()
Scale and position the surfaces for a Virtual Room.
Declaration
protected override void ScaleAndPositionSurfaces()
Overrides