Share via


VisualEntity Members

Microsoft Robotics Class Reference

The VisualEntity type exposes the following members.

Constructors

  Name Description
Public method VisualEntity
Initializes a new instance of the VisualEntity class

Methods

  Name Description
Public method Clone
Clones VisualEntity
(Overrides Entity. . :: . .Clone() () () ().)
Public method CopyTo
Copies the data member values of the current VisualEntity to the specified target object
(Overrides Entity. . :: . .CopyTo(IDssSerializable).)
Public method Deserialize
Deserializes VisualEntity
(Overrides Entity. . :: . .Deserialize(BinaryReader).)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Serialize
Serializes the data member values of the current VisualEntity to the specified writer
(Overrides Entity. . :: . .Serialize(BinaryWriter).)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property ChildCount
Number of children, used in serialization and deserialization of VisualEntities
Public property EmbeddedResourceAssemblies
List of assemblies contain embedded resources this entity needs to be properly loaded
Public property Flags
Flags which define the rendering and behavior of this entity.
Public property MeshRotation
Gets or sets the rotation of the entity meshes
Public property MeshScale
Gets or sets the scale of the entity meshes
Public property MeshTranslation
Gets or sets the translation of the entity meshes
Public property ParentJoint
Gets the joint that connects this entity to its parent. Null if either this or parent do not have physics entity.
Public property ReferenceFrame
Specifies the meaning of the entity's position This is used for serialization and to help with joining child entities. It is not meant to be changed outside of the simulation engine.
Public property ServiceContract
The contract for a service associated with this entity.
Public property State
State
(Inherited from Entity.)

See Also

VisualEntity Class

Microsoft.Robotics.Simulation.Engine.Proxy Namespace