osg.Array

class osg.Array
Represents:

c++ class

Wraps:

osg::Array

Bases:

osg.BufferData

Methods:

:getType()

Тип результата:

osg.Array.Type

:getDataSize()

Тип результата:

unsigned

:getTotalDataSize()

Тип результата:

unsigned

:getNumElements()

Тип результата:

unsigned

:asVec2Array()

Helper function casting this object to osg.Vec2Array if possible otherwise returns nil.

Тип результата:

osg.Vec2Array

:asVec3Array()

Helper function casting this object to osg.Vec3Array if possible otherwise returns nil.

Тип результата:

osg.Vec3Array

:asVec4Array()

Helper function casting this object to osg.Vec4Array if possible otherwise returns nil.

Тип результата:

osg.Vec4Array