Description:

Add a new Color4fField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Color4fField AddTextured(
String key,
Color4f value,
String prompt,
Boolean treatAsLinear,
Int32 sectionId
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Color4f
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
  • sectionId
  • Type: System.Int32
  • The id of the section containing the field
Returns:
Available since:
7.3

Description:

Add a new Color4fField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Color4fField AddTextured(
String key,
Color4f value,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Color4f
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Available since:
7.0

Description:
Syntax:
public Color4fField AddTextured(
String key,
Color4f value,
String prompt
)
deprecated in 7.0
Returns:
Available since:
5.7

Description:

Add a new Point2dField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Point2dField AddTextured(
String key,
Point2d value,
String prompt,
Boolean treatAsLinear,
Int32 sectionId
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Point2d
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
  • sectionId
  • Type: System.Int32
  • The id of the section containing the field
Returns:
Available since:
7.0

Description:

Add a new Point2dField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Point2dField AddTextured(
String key,
Point2d value,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Point2d
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Available since:
7.0

Description:

Add a new Point2dField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Point2dField AddTextured(
String key,
Point2d value,
String prompt
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Point2d
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
Returns:
Available since:
5.7

Description:

Add a new Point3dField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Point3dField AddTextured(
String key,
Point3d value,
String prompt,
Boolean treatAsLinear,
Int32 sectionId
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Point3d
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
  • sectionId
  • Type: System.Int32
  • The id of the section containing the field
Returns:
Available since:
7.0

Description:

Add a new Point3dField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Point3dField AddTextured(
String key,
Point3d value,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Point3d
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Available since:
7.0

Description:

Add a new Point3dField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Point3dField AddTextured(
String key,
Point3d value,
String prompt
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Point3d
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
Returns:
Available since:
5.7

Description:

Add a new Point4dField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Point4dField AddTextured(
String key,
Point4d value,
String prompt,
Boolean treatAsLinear,
Int32 sectionId
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Point4d
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
  • sectionId
  • Type: System.Int32
  • The id of the section containing the field
Returns:
Available since:
7.3

Description:

Add a new Point4dField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Point4dField AddTextured(
String key,
Point4d value,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Point4d
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Available since:
7.0

Description:

Add a new Point4dField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Point4dField AddTextured(
String key,
Point4d value,
String prompt
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Point4d
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
Returns:
Available since:
5.7

Description:

Add a new BoolField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public BoolField AddTextured(
String key,
Boolean value,
String prompt,
Boolean treatAsLinear,
Int32 sectionId
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Boolean
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
  • sectionId
  • Type: System.Int32
  • The id of the section containing the field
Returns:
Type: BoolField
Available since:
7.3

Description:

Add a new BoolField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public BoolField AddTextured(
String key,
Boolean value,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Boolean
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Type: BoolField
Available since:
7.0

Description:

Add a new BoolField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public BoolField AddTextured(
String key,
Boolean value,
String prompt
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Boolean
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
Returns:
Type: BoolField
Available since:
5.7

Description:

Add a new DateTimeField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public DateTimeField AddTextured(
String key,
DateTime value,
String prompt,
Boolean treatAsLinear,
Int32 sectionId
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.DateTime
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
  • sectionId
  • Type: System.Int32
  • The id of the section containing the field
Returns:
Available since:
7.3

Description:

Add a new DateTimeField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public DateTimeField AddTextured(
String key,
DateTime value,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.DateTime
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Available since:
7.0

Description:

Add a new DateTimeField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public DateTimeField AddTextured(
String key,
DateTime value,
String prompt
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.DateTime
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
Returns:
Available since:
5.7

Description:

Add a new DoubleField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public DoubleField AddTextured(
String key,
Double value,
String prompt,
Boolean treatAsLinear,
Int32 sectionId
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Double
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
  • sectionId
  • Type: System.Int32
  • The id of the section containing the field
Returns:
Available since:
7.3

Description:

Add a new DoubleField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public DoubleField AddTextured(
String key,
Double value,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Double
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Available since:
7.0

Description:

Add a new DoubleField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public DoubleField AddTextured(
String key,
Double value,
String prompt
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Double
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
Returns:
Available since:
5.7

Description:

Add a new Color4fField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Color4fField AddTextured(
String key,
Color value,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Drawing.Color
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Available since:
7.0

Description:

Add a new Color4fField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Color4fField AddTextured(
String key,
Color value,
String prompt
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Drawing.Color
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
Returns:
Available since:
5.7

Description:

Add a new GuidField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public GuidField AddTextured(
String key,
Guid value,
String prompt,
Boolean treatAsLinear,
Int32 sectionId
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Guid
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
  • sectionId
  • Type: System.Int32
  • The id of the section containing the field
Returns:
Type: GuidField
Available since:
7.3

Description:

Add a new GuidField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public GuidField AddTextured(
String key,
Guid value,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Guid
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Type: GuidField
Available since:
7.0

Description:

Add a new GuidField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public GuidField AddTextured(
String key,
Guid value,
String prompt
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Guid
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
Returns:
Type: GuidField
Available since:
5.7

Description:

Add a new IntField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public IntField AddTextured(
String key,
Int32 value,
String prompt,
Boolean treatAsLinear,
Int32 sectionId
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Int32
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
  • sectionId
  • Type: System.Int32
  • The id of the section containing the field
Returns:
Type: IntField
Available since:
7.3

Description:

Add a new IntField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public IntField AddTextured(
String key,
Int32 value,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Int32
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Type: IntField
Available since:
7.0

Description:

Add a new IntField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public IntField AddTextured(
String key,
Int32 value,
String prompt
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Int32
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
Returns:
Type: IntField
Available since:
5.7

Description:

Add a new FloatField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public FloatField AddTextured(
String key,
Single value,
String prompt,
Boolean treatAsLinear,
Int32 sectionId
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above
  • value
  • Type: System.Single
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
  • sectionId
  • Type: System.Int32
  • The id of the section containing the field
Returns:
Available since:
7.3

Description:

Add a new FloatField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public FloatField AddTextured(
String key,
Single value,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Single
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Available since:
7.0

Description:

Add a new FloatField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public FloatField AddTextured(
String key,
Single value,
String prompt
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.Single
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
Returns:
Available since:
5.7

Description:

Add a new NullField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public NullField AddTextured(
String key,
String prompt,
Boolean treatAsLinear,
Int32 sectionId
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
  • sectionId
  • Type: System.Int32
  • The id of the section containing the field
Returns:
Type: NullField
Available since:
7.14

Description:

Add a new NullField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public NullField AddTextured(
String key,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Type: NullField
Available since:
7.14

Description:

Add a new NullField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public NullField AddTextured(
String key,
String prompt
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
Returns:
Type: NullField
Available since:
7.14

Description:

Add a new StringField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public StringField AddTextured(
String key,
String value,
String prompt,
Boolean treatAsLinear,
Int32 sectionId
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.String
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
  • sectionId
  • Type: System.Int32
  • The id of the section containing the field
Returns:
Available since:
7.3

Description:

Add a new StringField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public StringField AddTextured(
String key,
String value,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.String
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Available since:
7.0

Description:

Add a new StringField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public StringField AddTextured(
String key,
String value,
String prompt
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: System.String
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
Returns:
Available since:
5.7

Description:

Add a new TransformField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public TransformField AddTextured(
String key,
Transform value,
String prompt,
Boolean treatAsLinear,
Int32 sectionId
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Transform
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
  • sectionId
  • Type: System.Int32
  • The id of the section containing the field
Returns:
Available since:
7.3

Description:

Add a new TransformField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public TransformField AddTextured(
String key,
Transform value,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Transform
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Available since:
7.0

Description:

Add a new TransformField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public TransformField AddTextured(
String key,
Transform value,
String prompt
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Transform
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
Returns:
Available since:
5.7

Description:

Add a new Vector2dField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Vector2dField AddTextured(
String key,
Vector2d value,
String prompt,
Boolean treatAsLinear,
Int32 sectionId
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Vector2d
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
  • sectionId
  • Type: System.Int32
  • The id of the section containing the field
Returns:
Available since:
7.3

Description:

Add a new Vector2dField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Vector2dField AddTextured(
String key,
Vector2d value,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Vector2d
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Available since:
7.0

Description:

Add a new Vector2dField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Vector2dField AddTextured(
String key,
Vector2d value,
String prompt
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Vector2d
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
Returns:
Available since:
5.7

Description:

Add a new Vector3dField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Vector3dField AddTextured(
String key,
Vector3d value,
String prompt,
Boolean treatAsLinear,
Int32 sectionId
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Vector3d
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
  • sectionId
  • Type: System.Int32
  • The id of the section containing the field
Returns:
Available since:
7.0

Description:

Add a new Vector3dField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Vector3dField AddTextured(
String key,
Vector3d value,
String prompt,
Boolean treatAsLinear
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Vector3d
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
  • treatAsLinear
  • Type: System.Boolean
  • Determines whether the texture in this slot will be treated as linear by rendering engines (ie - not gamma packed).
Returns:
Available since:
7.0

Description:

Add a new Vector3dField to the dictionary. This overload will cause the field to be tagged as "textured" so that the texturing UI will appear in automatic UIs.

Syntax:
public Vector3dField AddTextured(
String key,
Vector3d value,
String prompt
)
Parameters:
  • key
  • Type: System.String
  • Key name for the field value to add. See important note above.
  • value
  • Type: Vector3d
  • Initial value for this field.
  • prompt
  • Type: System.String
  • Prompt to display in the user interface (Content Browsers) if this is None or an empty string the this field is a data only field and will not appear in the user interface.
Returns:
Available since:
5.7

Nothing found