Namespace: Tzu_Engine.Terrain
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Default WriteOnly Property Tile( _ 
   ByVal Index As eSplatTexture _ 
) As Vector2
C#
public Vector2 this[
   eSplatTexture Index
] { set; }
C++
public property Vector2 default[eSplatTexture Index] sealed  {
    void set(eSplatTexture Index, Vector2 value);
}
J#
/** property */
public void set_Tile(eSplatTexture Index, Vector2 value);
JScript
JScript supports the use of indexed properties, but not the declaration of new ones.

See Also