Sprite.setHotAreaSize C# (CSharp) Method

setHotAreaSize() public method

public setHotAreaSize ( float width, float height ) : void
width float
height float
return void
    public void setHotAreaSize(float width, float height)
    {
        _textureSelfRect.width	= width;
        _textureSelfRect.height	= height;
    }