3rd Eye Scene C#
3rd Eye Scene C# documentation
|
Handles Star shapes. More...
Public Member Functions | |
StarHandler (Runtime.CategoryCheckDelegate categoryCheck) | |
Create the shape handler. | |
Protected Member Functions | |
override void | DecodeTransform (ObjectAttributes attributes, Transform transform, ObjectFlag flags) |
Override to ensure uniform scaling. | |
override Shapes.Shape | CreateSerialisationShape (ShapeComponent shapeComponent) |
Creates a star shape for serialisation. | |
Properties | |
override string | Name [get] |
Handler name. | |
override ushort | RoutingID [get] |
ShapeID.Star | |
override Mesh | SolidMesh [get] |
Solid mesh representation. | |
override Mesh | WireframeMesh [get] |
Wireframe mesh representation. |
Handles Star shapes.
Tes::Handlers::Shape3D::StarHandler::StarHandler | ( | Runtime.CategoryCheckDelegate | categoryCheck | ) | [inline] |
Create the shape handler.
categoryCheck |
override Shapes.Shape Tes::Handlers::Shape3D::StarHandler::CreateSerialisationShape | ( | ShapeComponent | shapeComponent | ) | [inline, protected, virtual] |
Creates a star shape for serialisation.
shapeComponent | The component to create a shape for. |
Implements Tes::Handlers::ShapeHandler.
override ushort Tes::Handlers::Shape3D::StarHandler::RoutingID [get] |
ShapeID.Star
Reimplemented from Tes::Runtime::MessageHandler.