Свойство | Тип | Описание | |
---|---|---|---|
Color | |||
Direction | Vector3 | ||
ParentSet | |||
Position | Vector3 | ||
rotationInRadians | float |
Свойство | Тип | Описание | |
---|---|---|---|
hasOwnDimensions | bool | ||
texcoordIndex | short | ||
texcoordRect | |||
useTexcoordRect | bool |
Метод | Описание | |
---|---|---|
Billboard ( ) : System |
Default constructor.
|
|
Billboard ( Vector3 position, |
|
|
Billboard ( Vector3 position, |
|
|
ResetDimensions ( ) : void |
Resets this billboard to use the parent BillboardSet's dimensions instead of it's own.
|
|
SetDimensions ( float width, float height ) : void |
Sets the width and height for this billboard.
|
Метод | Описание | |
---|---|---|
NotifyOwner ( |
Internal method for notifying a billboard of it's owner.
|
public Billboard ( Vector3 position, |
||
position | Vector3 | |
owner | ||
Результат | System |
public Billboard ( Vector3 position, |
||
position | Vector3 | |
owner | ||
color | ||
Результат | System |
public SetDimensions ( float width, float height ) : void | ||
width | float | Width of the billboard. |
height | float | Height of the billboard. |
Результат | void |