Zeplin.Sprite.RefreshCollisionVolume C# (CSharp) Method

RefreshCollisionVolume() private method

Updates the collision volume associated with this tile based on the current transformation.
private RefreshCollisionVolume ( ) : void
return void
        internal void RefreshCollisionVolume()
        {
            collider.TransformCollisionVolume(Transformation);
        }