C# Класс Nez.Transform

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
entity System.Entity
shouldRoundPosition bool

Открытые методы

Метод Описание
ToString ( ) : string
Transform ( System.Entity entity ) : System
copyFrom ( Transform transform ) : void
getChild ( int index ) : Transform

returns the Transform child at index

roundPosition ( ) : void

rounds the position of the Transform

setParent ( Transform parent ) : Transform

sets the parent Transform of this Transform

Приватные методы

Метод Описание
setDirty ( DirtyType dirtyFlagType ) : void
setLocalPosition ( Vector2 localPosition ) : Transform
setLocalRotation ( float radians ) : Transform
setLocalRotationDegrees ( float degrees ) : Transform
setLocalScale ( Vector2 scale ) : Transform
setLocalScale ( float scale ) : Transform
setPosition ( Vector2 position ) : Transform
setPosition ( float x, float y ) : Transform
setRotation ( float radians ) : Transform
setRotationDegrees ( float degrees ) : Transform
setScale ( Vector2 scale ) : Transform
setScale ( float scale ) : Transform
updateTransform ( ) : void

Описание методов

ToString() публичный Метод

public ToString ( ) : string
Результат string

Transform() публичный Метод

public Transform ( System.Entity entity ) : System
entity System.Entity
Результат System

copyFrom() публичный Метод

public copyFrom ( Transform transform ) : void
transform Transform
Результат void

getChild() публичный Метод

returns the Transform child at index
public getChild ( int index ) : Transform
index int Index.
Результат Transform

roundPosition() публичный Метод

rounds the position of the Transform
public roundPosition ( ) : void
Результат void

setParent() публичный Метод

sets the parent Transform of this Transform
public setParent ( Transform parent ) : Transform
parent Transform Parent.
Результат Transform

Описание свойств

entity публичное свойство

the Entity associated with this transform
public Entity,System entity
Результат System.Entity

shouldRoundPosition публичное статическое свойство

if true, everytime position is set it will be rounded automatically
public static bool shouldRoundPosition
Результат bool