Quantcast
Channel: Latest Questions by Santa
Viewing all articles
Browse latest Browse all 88

Struct in JavaScript

$
0
0

Hello,

Is there a way to make a structure in JavaScript? I mean not class but structure as Vector3 for example. For creating big fast arrays. Something like this:

struct SomeStruct{
var i : int;
var f : float;
}

var arr = new SomeStruct[1000];
arr[500].a = 3;

In a case of class I need to initialize every member of the array...


Viewing all articles
Browse latest Browse all 88

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>