← Back to carmenta.com
Carmenta Engine SDK Documentation
×

MapApplier Class

Abstract base class for all map appliers.

Namespace: Carmenta.Engine
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Thread safety: Members defined in this class are, in general, not thread-safe. Show

Syntax

C#
public abstract class MapApplier : ResourceObject

Remarks

A MapApplier describes how to apply a Map to the surface of a mesh. It is an abstract base class that can not be instantiated.

Inheritance Hierarchy

System.Object (not available in C#)
  EngineObject
    ResourceObject
      MapApplier
        DirectionMapApplier
        TiledMapApplier

Platforms

Windows, Linux, Android

MapApplier Members

The MapApplier type has the following members.

Properties

NameDescription
IsDisposedGets a value that tells whether the current MapApplier has been disposed. Inherited from EngineObject
NameGets or sets the name of the MapApplier. Inherited from ResourceObject
NativeHandleGets the native Carmenta Engine kernel object the current MapApplier represents. Inherited from EngineObject
IUserProperties.UserPropertiesGets the AttributeSet that contains the user properties. Inherited from IUserProperties

Methods

NameDescription
CloneCreates a copy of an object. Inherited from EngineObject
DisposeReleases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject
EqualsDetermines whether this instance is equal to another. Inherited from EngineObject

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept