Show / Hide Table of Contents

Namespace StansAssets.Foundation

Classes

CachedWebRequest

ColorHelper

Color Utility Methods. ColorUtility exists already, so we will call it Color helper.

EnumUtility

Enum Utility Methods.

IdFactory

IdFactory is the static class with the helper methods to generate unique Ids.

Json

This class encodes and decodes JSON strings. Spec. details, see http://www.json.org/

JSON uses Arrays and Objects. These correspond here to the datatypes IList and IDictionary. All numbers are parsed to doubles.

RectTransformUtility

Rect Transform Utility methods.

ReflectionUtility

Reflection Utility Methods.

Texture2DUtility

Texture2D Utility methods.

TimeUtility

Time Related Utility Methods.

TypeConversion

TypeConversionInstance

Type conversion instance. Use to define own conversion flow on the instance level.

If you would like to define global conversion see the TypeConversion

Interfaces

ITypeConverter<TDestination>

Base interface to for a strongly typed conversion.

ITypeConverter<TSource, TDestination>

Interface to map a strong conversion between two types.

Enums

Texture2DUtility.TextureScaleMode

Texture scale mode options.

In This Article
Back to top Generated by DocFX