Click or drag to resize

ModdableComponentContent Structure

Moddable content info that is used to store or retrieve component asset information.

Namespace:  UMod.Moddable
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public struct ModdableComponentContent

The ModdableComponentContent type exposes the following members.

Constructors
  NameDescription
Public methodModdableComponentContent(Object)
Create new moddable component content from the specified source asset
Public methodModdableComponentContent(Object, Int32)
Create new moddable component content for the specified source asset with a target array index value.
Top
Properties
  NameDescription
Public propertyContent
The asset content for the target component.
Public propertyContentHasIndex
Returns a value indicating whether the content should be applied at a specific index.
Public propertyContentIndex
The index for the asset content indicating where the asset should be stored in the target components asset array. This value will be set to '-1' for components that only accept a single source asset.
Public propertyIsValid
Public propertyUserData
Top
Methods
Fields
  NameDescription
Public fieldStatic memberinvalid
Top
See Also