Values.TextureValue Class Reference

Detailed Description

Holds a 'live' image (either a texture2D or a render texture).

Inheritance diagram for Values.TextureValue:
Values.PropertyValue

Public Member Functions

 TextureValue ()
 
 TextureValue (Texture texture)
 
override int GetID ()
 
override PropertyValue Create ()
 
override PropertyValue Copy ()
 
override void Read (Reader reader)
 
override void Write (Writer writer)
 

Package Attributes

Texture Value_
 

Properties

Texture Value [get, set]
 
- Properties inherited from Values.PropertyValue
bool ResolveRequired [get]
 

Additional Inherited Members

- Public Attributes inherited from Values.PropertyValue
bool Changed =true
 True if the value got changed. More...
 
int UnresolvedID =-1
 

Constructor & Destructor Documentation

Values.TextureValue.TextureValue ( )
inline
Values.TextureValue.TextureValue ( Texture  texture)
inline

Member Function Documentation

override PropertyValue Values.TextureValue.Copy ( )
inlinevirtual

Reimplemented from Values.PropertyValue.

override PropertyValue Values.TextureValue.Create ( )
inlinevirtual

Reimplemented from Values.PropertyValue.

override int Values.TextureValue.GetID ( )
inlinevirtual

Reimplemented from Values.PropertyValue.

override void Values.TextureValue.Read ( Reader  reader)
inlinevirtual

Reimplemented from Values.PropertyValue.

override void Values.TextureValue.Write ( Writer  writer)
inlinevirtual

Reimplemented from Values.PropertyValue.

Member Data Documentation

Texture Values.TextureValue.Value_
package

Property Documentation

Texture Values.TextureValue.Value
getset