Class ProfileCommon

ProfileCommon class

The profile common. Opens a block of COMMON platform-specific data types and technique declarations.

public class ProfileCommon : ColladaElement

Constructors

NameDescription
ProfileCommon()The default constructor.

Properties

NameDescription
Asset { get; set; }Gets or sets the asset.
Extra { get; set; }Gets or sets the extra. The extra element may appear any number of times.
Id { get; set; }Gets or sets the id.
Technique { get; set; }Gets or sets the technique. Holds a description of the textures, samplers, SHADERS, parameters, and passes necessary for rendering this effect using one method.

See Also