Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
mittsu-cr
master
Math
Mittsu
Box2
Box3
BufferAttribute
BufferGeometry
DrawCall
Clock
Color
DynamicBufferAttribute
UpdateRange
Euler
Face3
Frustum
Geometry
MorphNormal
Normal
Line3
Matrix3
Matrix4
Plane
Quaternion
Ray
Sphere
Spline
Triangle
Vector
Vector2
Vector3
Vector4
Built with Crystal 1.9.2
2023-10-07 21:29:14 UTC
class
Mittsu::DynamicBufferAttribute::UpdateRange
Mittsu::DynamicBufferAttribute::UpdateRange
Reference
Object
Defined in:
mittsu/core/dynamic_buffer_attribute.cr
Constructors
.new
(offset : Int32, count : Int32)
Instance Method Summary
#count
: Int32
#count=
(count : Int32)
#offset
: Int32
#offset=
(offset : Int32)
Constructor Detail
def self.
new
(offset : Int32, count : Int32)
#
[
View source
]
Instance Method Detail
def
count
: Int32
#
[
View source
]
def
count=
(count : Int32)
#
[
View source
]
def
offset
: Int32
#
[
View source
]
def
offset=
(offset : Int32)
#
[
View source
]