C# Class tk2dBatchedSprite, Malisse

Show file Open project: Collegiennes/Malisse Class Usage Examples

Public Properties

Property Type Description
alwaysPixelPerfect bool
color Color
localScale Vector3
name string
parentId int
position Vector3
rotation Quaternion
spriteId int

Public Methods

Method Description
tk2dBatchedSprite ( ) : System.Collections.Generic

Method Details

tk2dBatchedSprite() public method

public tk2dBatchedSprite ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

alwaysPixelPerfect public property

public bool alwaysPixelPerfect
return bool

color public property

public Color color
return Color

localScale public property

public Vector3 localScale
return Vector3

name public property

public string name
return string

parentId public property

public int parentId
return int

position public property

public Vector3 position
return Vector3

rotation public property

public Quaternion rotation
return Quaternion

spriteId public property

public int spriteId
return int