C# Class SSTUTools.SSTUDecal

Datei anzeigen Open project: shadowmage45/SSTULabs Class Usage Examples

Public Properties

Property Type Description
name string
texture string

Public Methods

Method Description
SSTUDecal ( ConfigNode node ) : System
enable ( Transform transform ) : void

Method Details

SSTUDecal() public method

public SSTUDecal ( ConfigNode node ) : System
node System.ConfigNode
return System

enable() public method

public enable ( Transform transform ) : void
transform UnityEngine.Transform
return void

Property Details

name public_oe property

public string name
return string

texture public_oe property

public string texture
return string