Метод | Описание | |
---|---|---|
BillboardAsset ( ) : System |
Constructs a new BillboardAsset.
|
|
GetImageTexCoords ( List |
||
GetIndices ( List |
||
GetVertices ( List |
||
SetImageTexCoords ( List |
||
SetIndices ( List |
||
SetVertices ( List |
Метод | Описание | |
---|---|---|
GetImageTexCoords ( ) : Vector4[] | ||
GetImageTexCoordsInternal ( object list ) : void | ||
GetIndices ( ) : ushort[] | ||
GetIndicesInternal ( object list ) : void | ||
GetVertices ( ) : Vector2[] | ||
GetVerticesInternal ( object list ) : void | ||
Internal_Create ( [ obj ) : void | ||
MakeMaterialProperties ( |
||
SetImageTexCoords ( Vector4 imageTexCoords ) : void | ||
SetImageTexCoordsInternalList ( object list ) : void | ||
SetIndices ( ushort indices ) : void | ||
SetIndicesInternalList ( object list ) : void | ||
SetVertices ( Vector2 vertices ) : void | ||
SetVerticesInternalList ( object list ) : void |
public GetImageTexCoords ( List |
||
imageTexCoords | List |
|
Результат | void |
public GetVertices ( List |
||
vertices | List |
|
Результат | void |
public SetImageTexCoords ( List |
||
imageTexCoords | List |
|
Результат | void |
public SetVertices ( List |
||
vertices | List |
|
Результат | void |