public class Sandbox.Package.Organization
Represents an organization on Asset Party. Organization owns packages.
Related Guides
Broader workflow and conceptual references connected to this API.
Standard .NET file access is restricted to prevent rogue access to your files, this means you can not use System.IO.File or variants directly.
An important part of s&box being a modern game platform is allowing the developers that use it to make money from it.
Once your map is ready to share, you can upload it so other players can download and play it. This page covers the basic publishing so that other players can play your creation.
Constructors
Showing 1 constructors
public Organization()
No results match this filter.
Properties
Showing 7 properties
public System.DateTimeOffset Sandbox.Package.Organization.Created { get; set; }
When the organization was created.
public string Sandbox.Package.Organization.Description { get; set; }
Description of this organization.
public string Sandbox.Package.Organization.Ident { get; set; }
Unique string that identifies this organization.
public string Sandbox.Package.Organization.SocialTwitter { get; set; }
Link to Twitter of this organization, if set.
public string Sandbox.Package.Organization.SocialWeb { get; set; }
Link to the website of this organization, if set.
public string Sandbox.Package.Organization.Thumb { get; set; }
Link to the thumbnail image of this organization.
public string Sandbox.Package.Organization.Title { get; set; }
Full or "nice" name of this organization.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Package.Organization |