komodo/ecs/components/model_component

Types

ModelComponent = ref ModelComponentObj
  Source Edit

Procs

proc newModelComponent(parent: Entity; modelPath: string): ModelComponent {...}{.
    raises: [], tags: [TimeEffect].}
  Source Edit

Funcs

func color=(self: ModelComponent; value: Color) {...}{.raises: [], tags: [].}
  Source Edit
func color(self: ModelComponent): auto {...}{.raises: [], tags: [].}
  Source Edit
func model(self: ModelComponent): auto {...}{.raises: [], tags: [].}
  Source Edit
func hasWireframe=(self: ModelComponent; value: bool) {...}{.raises: [], tags: [].}
  Source Edit
func hasWireframe(self: ModelComponent): bool {...}{.raises: [], tags: [].}
  Source Edit
func wireframeColor=(self: ModelComponent; value: Color) {...}{.raises: [], tags: [].}
  Source Edit
func wireframeColor(self: ModelComponent): auto {...}{.raises: [], tags: [].}
  Source Edit

Methods

method initialize(self: ModelComponent) {...}{.locks: "unknown", raises: [], tags: [].}
  Source Edit