MeshInstanceDecals Property |
Note: This API is now obsolete.
Read-only access to the decals for this MeshInstance if any. Null if no object
attributes exist for this mesh instance.
Namespace:
Rhino.Render.ChangeQueue
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax [ObsoleteAttribute("Use ObjectAttributes to access decal information")]
public Decals Decals { get; }
<ObsoleteAttribute("Use ObjectAttributes to access decal information")>
Public ReadOnly Property Decals As Decals
Get
Property Value
Type:
DecalsSee Also