PictureBulletValue
Contents
[
Hide
]PictureBulletValue class
Represents the value of the image bullet.
class PictureBulletValue extends BulletValue;
Constructors
Name | Description |
---|---|
constructor(BulletValue) | Constructs from a parent object convertible to this. |
constructor() | Default Constructor. |
Properties
Property | Type | Description |
---|---|---|
imageData | Uint8Array | Gets and sets image data of the bullet. |
Methods
Method | Description |
---|---|
getType() | Gets the type of the bullet’s value. |
constructor(BulletValue)
Constructs from a parent object convertible to this.
constructor(obj: BulletValue);
Parameters:
Parameter | Type | Description |
---|---|---|
obj | BulletValue | The parent object. |
constructor()
Default Constructor.
constructor();
imageData
Gets and sets image data of the bullet.
imageData : Uint8Array;
getType()
Gets the type of the bullet’s value.
getType() : BulletType;
Returns