Programming API Reference: EduGraf

Class public abstract VisualPart

: Visual
This represents a single visual part that is placed at a particular position, rotation and size in the virtual world.
Property public Surface Surface { get; }: parts must have a surface
Property public bool Invisible { get; set; }: If true, the part is not rendered.

Constructor()

Create a new visual part.
  • string name : not used by the framework.
  • Surface surface