Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Init ( ) : void | ||
Update ( ) : void |
Метод | Описание | |
---|---|---|
AvatarRRBase ( int avatarID ) : System | ||
Get2DViewMatrix ( System.Vector3 cameraPos, System.Vector3 up = null ) : System.Matrix | ||
Get3DViewMatrix ( System.Vector3 cameraPos, System.Vector3 cameraDirection = null, System.Vector3 up = null ) : System.Matrix |
protected AvatarRRBase ( int avatarID ) : System | ||
avatarID | int | |
Результат | System |
protected Get2DViewMatrix ( System.Vector3 cameraPos, System.Vector3 up = null ) : System.Matrix | ||
cameraPos | System.Vector3 | |
up | System.Vector3 | |
Результат | System.Matrix |
protected Get3DViewMatrix ( System.Vector3 cameraPos, System.Vector3 cameraDirection = null, System.Vector3 up = null ) : System.Matrix | ||
cameraPos | System.Vector3 | |
cameraDirection | System.Vector3 | |
up | System.Vector3 | |
Результат | System.Matrix |