Click or drag to resize
DigitalRuneDeferredNodeContent Class
Represents a placeholder for a NodeContent which hasn't been imported yet.
Inheritance Hierarchy
SystemObject
  ContentItem
    NodeContent
      DigitalRune.Graphics.Content.PipelineDeferredNodeContent

Namespace: DigitalRune.Graphics.Content.Pipeline
Assembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax
public class DeferredNodeContent : NodeContent

The DeferredNodeContent type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImport
Imports the asset.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAbsoluteTransform (Inherited from NodeContent.)
Public propertyAnimations (Inherited from NodeContent.)
Public propertyChildren (Inherited from NodeContent.)
Public propertyIdentity (Inherited from ContentItem.)
Public propertyName (Inherited from ContentItem.)
Public propertyOpaqueData (Inherited from ContentItem.)
Public propertyParent (Inherited from NodeContent.)
Public propertyTransform (Inherited from NodeContent.)
Top
Remarks
Call Import(ContentProcessorContext) to load the actual NodeContent.
See Also