CachedEffectParameter Members

Microsoft Robotics Class Reference

The CachedEffectParameter type exposes the following members.

Methods

  Name Description
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 SetValue(Texture)
Set a texture parameter
Public method SetValue(Matrix)
Set a matrix parameter
Public method SetValue(array

Properties

  Name Description
Public property IsArray
Gets whether the parameter is an array type This is undefined if the effect is invalid
Public property IsValid
Gets whether the parameter is valid A parameter may be invalid if it doesn't exist in an effect
Public property Name
Gets the name of the parameter This should never change throughout the lifetime of the parameter

See Also

CachedEffectParameter Class

Microsoft.Robotics.Simulation.Engine Namespace