Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

...

Base class: MaxwellMayaMaterialComponent.

Methods

...

This is a convenience method which allows you to check if an emitter component is present. It is equivalent to checking if GetEmitter returns NULL, but you don't have to worry about managing the returned pointer in case there is an emitter and you only wanted to check its existence. This method does not exist in Python, where the object returned by GetEmitter is managed automatically by the garbage collector.

...

Convenience method for checking if the layer contains a displacement component. This method does not exist in Python. The reason why it exists in C++ is the same as for the HasEmitter method documented above.

void RemoveDisplacement()

...