Index Topic Contents | |||
Previous Topic: DAStatic Properties Relevant to DATransform3 Objects Next Topic: DAStatic Functions Relevant to DAVector2 Objects |
DAStatic Functions Relevant to DATuple Objects
DAStatics Class
DATupleConstructs the DATuple object.
lib.DATuple(
behaviors
)Parameters
- behaviors
- The behaviors to be included in the DATuple object.
Return Values
Returns the DATuple object.
DAStatics Class
UninitializedTupleMakes it possible to obtain the signature of a DATuple object before it has been defined. With this function, a DATuple object can be created and used in the definition of other DABehaviors while its contents are defined at some later point. (This definition is accomplished with the Init function, which is available on all classes that inherit from DABehavior.) Because a DATuple can have members of different types, the signature must be exactly as the object will be used.
lib.UninitializedTuple( )
Return Values
Returns the DATuple object.
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.