Sprite.setHotAreaSize C# (CSharp) Метод

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

public setHotAreaSize ( float width, float height ) : void
width float
height float
Результат void
    public void setHotAreaSize(float width, float height)
    {
        _textureSelfRect.width	= width;
        _textureSelfRect.height	= height;
    }