interface com.babylonhx.mesh.IGetSetVerticesData

Available on all platforms

@author Krtolica Vujadin

Instance Fields

function getIndices(?copyWhenShared:Bool):Array<Int>

function getVerticesData(kind:String, ?copyWhenShared:Bool):Array<Float>

function setIndices(indices:Array<Int>, ?totalVertices:Int):Void

function setVerticesData(kind:String, data:Array<Float>, ?updatable:Bool, ?stride:Int):Void

function updateVerticesData(kind:String, data:Array<Float>, ?updateExtends:Bool, ?makeItUnique:Bool):Void