AttributeAssignment Class
Defines an assignment to be carried out by an AttributeOperator.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public class AttributeAssignment : EngineObject
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
AttributeAssignment
Platforms
Windows, Linux, Android
AttributeAssignment Members
The AttributeAssignment type has the following members.
Constructors
Name | Description |
---|---|
AttributeAssignment | Creates a new instance of the AttributeAssignment class. |
Properties
Name | Description |
---|---|
Attribute | Gets or sets an Atom that identities the attribute that will be assigned to. |
IsDisposed | Gets a value that tells whether the current AttributeAssignment has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current AttributeAssignment represents. Inherited from EngineObject |
Value | Gets or sets the value that will be assigned. |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |